From ddc41ec84e5f5d9bdb7136d571eaf7b512a21526 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Tue, 22 May 2018 22:24:07 -0600 Subject: [PATCH] Fix spelling --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3526782..dd3bb1b 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,7 @@ # 0. Here is some information to clear up the confusion about Java: # # The JRE (runtime) is needed to RUN Java programs. -# The JDK (compiler) is needed to COMPILTE Java programs. +# The JDK (compiler) is needed to COMPILE Java programs. # # Solution: #