common/makefiles/JavaCompilation.gmk
changeset 20273 126644dde85d
parent 18422 8443ba629f9d
child 20363 fa7663fc5d50
child 20636 142c294d346e
--- a/common/makefiles/JavaCompilation.gmk	Wed Jul 05 19:14:19 2017 +0200
+++ b/common/makefiles/JavaCompilation.gmk	Thu Oct 03 11:26:11 2013 +0200
@@ -159,7 +159,7 @@
         endif
     endif
 
-    # Utility macros, to make the shell script receipt somewhat easier to dechipher.
+    # Utility macros, to make the shell script receipt somewhat easier to decipher.
 
     # The capture contents macro finds all files (matching the patterns, typically
     # .class and .prp) that are newer than the jar-file, ie the new content to be put into the jar.
@@ -520,7 +520,7 @@
         # Using plain javac to batch compile everything.
         $1 := $$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS) $$($1_BIN)/_the.batch
 
-        # When buliding in batch, put headers in a temp dir to filter out those that actually
+        # When building in batch, put headers in a temp dir to filter out those that actually
         # changed before copying them to the real header dir.
         ifneq (,$$($1_HEADERS))
             $1_HEADERS_ARG := -h $$($1_HEADERS).tmp