From 99fa2c88a9fcc4f363fd840035a8d4ae5cb2b20f Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Wed, 17 Feb 2016 00:42:39 +0900 Subject: fix typo --- blame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blame.go b/blame.go index 66224fe..2ef1210 100644 --- a/blame.go +++ b/blame.go @@ -2,7 +2,7 @@ // // Blaming a file is finding what commit was the last to modify each of // the lines in the file, therefore the output of a blaming operation is -// usualy a slice of commits, one commit per line in the file. +// usually a slice of commits, one commit per line in the file. // // This package also provides a pretty print function to output the // results of a blame in a similar format to the git-blame command. -- cgit