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];