Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit bd0ca46

Browse files
committed
Merge pull request #25 from shawnps/patch-1
fix typo
2 parents def82b9 + 99fa2c8 commit bd0ca46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blame.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Blaming a file is finding what commit was the last to modify each of
44
// the lines in the file, therefore the output of a blaming operation is
5-
// usualy a slice of commits, one commit per line in the file.
5+
// usually a slice of commits, one commit per line in the file.
66
//
77
// This package also provides a pretty print function to output the
88
// results of a blame in a similar format to the git-blame command.

0 commit comments

Comments
 (0)