Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 16, 2011
1 parent e5f57cb commit 2633c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TNStropheRoster.j
Expand Up @@ -456,7 +456,7 @@
// Remove contact from all groups // Remove contact from all groups
var oldGroups = [self groupsOfContact:contact]; var oldGroups = [self groupsOfContact:contact];
for (var i = 0; i < [oldGroups count]; i++) for (var i = 0; i < [oldGroups count]; i++)
[[oldGroup objectAtIndex:i] removeContact:contact]; [[oldGroups objectAtIndex:i] removeContact:contact];


for (var i = 0; i < [groupNames count]; i++) for (var i = 0; i < [groupNames count]; i++)
{ {
Expand All @@ -472,7 +472,7 @@
[[CPNotificationCenter defaultCenter] postNotificationName:TNStropheRosterPushUpdatedContactNotification object:self userInfo:contact]; [[CPNotificationCenter defaultCenter] postNotificationName:TNStropheRosterPushUpdatedContactNotification object:self userInfo:contact];
} }


return newContact; return contact;
} }


/*! remove a TNStropheContact from the roster /*! remove a TNStropheContact from the roster
Expand Down

0 comments on commit 2633c15

Please sign in to comment.