]> git.codecow.com Git - Monocypher.git/commitdiff
Update makefile
authorMike <MikeA1@users.noreply.github.com>
Sat, 16 Jun 2018 23:12:09 +0000 (17:12 -0600)
committerGitHub <noreply@github.com>
Sat, 16 Jun 2018 23:12:09 +0000 (17:12 -0600)
Very minor spelling/punctuation change.

makefile

index e48f183eaf62f9d078ccdd071fd868aadb7e7d76..7c3f9bc15be761d907005c9aece6163a02ada1c0 100644 (file)
--- a/makefile
+++ b/makefile
@@ -108,14 +108,14 @@ tests/vectors.h:
        @echo "======================================================"
        @echo " I cannot perform the tests without the test vectors."
        @echo " You must generate them.  This requires Libsodium."
-       @echo " The fowlowing will generate the test vectors:"
+       @echo " The following will generate the test vectors:"
        @echo ""
        @echo "     $ cd tests/gen"
        @echo "     $ make"
        @echo ""
        @echo " Alternatively, you can grab an official release."
        @echo " It will include the test vectors, so you won't"
-       @echo " need libsodium"
+       @echo " need libsodium."
        @echo "======================================================"
        @echo ""
        return 1