From 8b238d141d2360e3fbd4a51b127d14c3a3ff3dd0 Mon Sep 17 00:00:00 2001 From: Frederic Barthelemy Date: Thu, 18 Mar 2010 22:54:03 -0700 Subject: [PATCH] wording improved for commit typo fix. --- PBGitIndex.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBGitIndex.m b/PBGitIndex.m index 28c60c6..3ca8af6 100644 --- a/PBGitIndex.m +++ b/PBGitIndex.m @@ -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];