wording improved for commit typo fix.

This commit is contained in:
Frederic Barthelemy
2010-03-18 22:54:03 -07:00
parent 241b44bb1b
commit 8b238d141d
+1 -1
View File
@@ -202,7 +202,7 @@ NSString *PBGitIndexOperationFailed = @"PBGitIndexOperationFailed";
NSMutableDictionary *userInfo = [NSMutableDictionary dictionaryWithObject:[NSNumber numberWithBool:success] forKey:@"success"];
NSString *description;
if (success)
description = [NSString stringWithFormat:@"Successful created commit %@", commit];
description = [NSString stringWithFormat:@"Successful commit %@", commit];
else
description = [NSString stringWithFormat:@"Post-commit hook failed, but successfully created commit %@", commit];