From 66e076eaadafdab0af2818cde120d9b78c91fd43 Mon Sep 17 00:00:00 2001 From: Erin McKean Date: Wed, 21 Mar 2012 12:15:01 -0700 Subject: [PATCH] fixed teeny tiny typo --- PBGitIndex.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBGitIndex.m b/PBGitIndex.m index bd9bd561a..39ed3b46d 100644 --- a/PBGitIndex.m +++ b/PBGitIndex.m @@ -202,7 +202,7 @@ - (void)commitWithMessage:(NSString *)commitMessage NSMutableDictionary *userInfo = [NSMutableDictionary dictionaryWithObject:[NSNumber numberWithBool:success] forKey:@"success"]; NSString *description; if (success) - description = [NSString stringWithFormat:@"Successfull created commit %@", commit]; + description = [NSString stringWithFormat:@"Successfully created commit %@", commit]; else description = [NSString stringWithFormat:@"Post-commit hook failed, but successfully created commit %@", commit];