From: Mike Date: Sat, 16 Jun 2018 23:12:09 +0000 (-0600) Subject: Update makefile X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=d7e1ba5d39811738b2ac3c91c3d57209b14a7687;p=Monocypher.git Update makefile Very minor spelling/punctuation change. --- diff --git a/makefile b/makefile index e48f183..7c3f9bc 100644 --- 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