diff options
author | Shawn Smith <shawnpsmith@gmail.com> | 2016-02-17 00:42:39 +0900 |
---|---|---|
committer | Shawn Smith <shawnpsmith@gmail.com> | 2016-02-17 00:42:39 +0900 |
commit | 99fa2c88a9fcc4f363fd840035a8d4ae5cb2b20f (patch) | |
tree | a65a61c01a5662d2e5ab02bf56318c043a5f124d | |
parent | 544c1f7919e8c7915a0c5c0b5f9ac334496b8228 (diff) | |
download | go-git-99fa2c88a9fcc4f363fd840035a8d4ae5cb2b20f.tar.gz |
fix typo
-rw-r--r-- | blame.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |