diff options
Diffstat (limited to '_examples')
-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] |