From 5a17f4423eec77c48440e2b0ec4c89696e46fe64 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 19 Dec 2018 18:00:14 -0800 Subject: [PATCH] Fixes typo. Signed-off-by: Michael Vincerra --- source/scripts/_python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scripts/_python/Makefile b/source/scripts/_python/Makefile index 1d06c7b2..d7b5ffc2 100644 --- a/source/scripts/_python/Makefile +++ b/source/scripts/_python/Makefile @@ -4,6 +4,6 @@ py: cp bundles.html.txt ../../clear-linux/reference/bundles rm -rf cloned_repo/* rm bundles.html.txt - @echo "Python script finished succesfully!" + @echo "Python script finished successfully!"