about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJoe DF <joedf@live.ca>2019-10-15 10:27:51 -0400
committerGitHub <noreply@github.com>2019-10-15 10:27:51 -0400
commit67be04f74c3168c8808863e91e4c42bbfeec6ecf (patch)
tree35bb04fdad5cd3290a323af3f85385e0945a2d1d
parentcefae560bf0fb6fe7aef17098bfae1bf17d3cd92 (diff)
downloadbase64-67be04f74c3168c8808863e91e4c42bbfeec6ecf.tar.gz
buildrun.sh - fix minor grammar and typo issues
-rwxr-xr-xbuildrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrun.sh b/buildrun.sh
index ef40233..8eb88de 100755
--- a/buildrun.sh
+++ b/buildrun.sh
@@ -14,7 +14,7 @@ echo
 echo Decoding test image from "picture.b64.txt" to "picture.b64.png"...
 bin/b64f d picture.b64.txt picture.b64.png
 echo Done.
-echo See files manually if the programmed works correctly.
+echo Check the files manually to see if the program works correctly.