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

Commit 99fa2c8

Browse files
committed
fix typo
1 parent 544c1f7 commit 99fa2c8

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)