Skip to content

Commit

Permalink
Fix grammar mistake in the investigator description. Closes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
icefox committed Dec 11, 2010
1 parent 7d201f4 commit f3b5342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-achievements
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function check_for_achievements
count_unlock_achievement "Hunter" "Used git bisect to perform a binary search to find which change introduced a bug." "$1"
;;
blame )
count_unlock_achievement "Investigator" "Used git blame to annotates a file with information about how each line changed." "$1"
count_unlock_achievement "Investigator" "Used git blame to annotate a file with information about how each line changed." "$1"
;;
bundle )
count_unlock_achievement "Delivery Boy" "Move objects and refs by archive with git bundle." "$1"
Expand Down

0 comments on commit f3b5342

Please sign in to comment.