Issue #429 fix spelling

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

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());