diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-09-28 00:25:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 00:25:30 +0100 |
commit | 7d047a9f8a43bca9d137d8787278265dd3415219 (patch) | |
tree | c300f66c9a51e78b248cac238a6c3c01bf4ff130 /_examples/sha256/main.go | |
parent | c0e9df9ef7d3e598c2da6047aefc94b423feb9d7 (diff) | |
parent | 32975ee2c72d60121c37aa969d70b3b9953cd76a (diff) | |
download | go-git-7d047a9f8a43bca9d137d8787278265dd3415219.tar.gz |
Merge pull request #836 from hezhizhen/typo
*: fix some typos
Diffstat (limited to '_examples/sha256/main.go')
-rw-r--r-- | _examples/sha256/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_examples/sha256/main.go b/_examples/sha256/main.go index e1772d2..0392772 100644 --- a/_examples/sha256/main.go +++ b/_examples/sha256/main.go @@ -15,7 +15,7 @@ import ( // This example requires building with the sha256 tag for it to work: // go run -tags sha256 main.go /tmp/repository -// Basic example of how to initialise a repository using sha256 as the hashing algorithmn. +// Basic example of how to initialise a repository using sha256 as the hashing algorithm. func main() { CheckArgs("<directory>") directory := os.Args[1] |