Issue #429 fix spelling

Former-commit-id: a75e5d6773 [formerly 451a00a558] [formerly cd8ce46352] [formerly 6b4d328bc4 [formerly cd8ce46352 [formerly 2d2a0b492690166e89339300281f44a37e532dec]]]
Former-commit-id: 6b4d328bc4
Former-commit-id: 5b25d8e9880b2eb50aac3c1617beb4fc68d038d4 [formerly 86954f6071]
Former-commit-id: cf4bc37883
This commit is contained in:
Matt Nash 2012-04-16 16:51:22 -05:00
parent d54f9d9ca7
commit dbf4971339

View file

@ -771,7 +771,7 @@ public class CollaborationGroupView extends ViewPart implements IPartListener {
CollaborationUser user = (CollaborationUser) node;
builder.append("\nStatus: ");
if (user.getType() == Type.UNAVAILABLE) {
builder.append("Off Line");
builder.append("Offline");
} else {
builder.append(user.getMode().getMode());