Issue #429 fix spelling

Former-commit-id: 2d2a0b492690166e89339300281f44a37e532dec
This commit is contained in:
Matt Nash 2012-04-16 16:51:22 -05:00
parent ac3b674bf3
commit 6b4d328bc4

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