From d7e1ba5d39811738b2ac3c91c3d57209b14a7687 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 16 Jun 2018 17:12:09 -0600 Subject: [PATCH] Update makefile Very minor spelling/punctuation change. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3