Skip to content

Commit 0f24607

Browse files
emckeanandrewschleifer
authored andcommitted
fixed teeny tiny typo
1 parent 7c1f188 commit 0f24607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/PBGitIndex.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ - (void)commitWithMessage:(NSString *)commitMessage
202202
NSMutableDictionary *userInfo = [NSMutableDictionary dictionaryWithObject:[NSNumber numberWithBool:success] forKey:@"success"];
203203
NSString *description;
204204
if (success)
205-
description = [NSString stringWithFormat:@"Successful created commit %@", commit];
205+
description = [NSString stringWithFormat:@"Successfully created commit %@", commit];
206206
else
207207
description = [NSString stringWithFormat:@"Post-commit hook failed, but successfully created commit %@", commit];
208208

0 commit comments

Comments
 (0)