On 2016-12-02 16:01, Magnus Ihse Bursie wrote:
(AKA Magnus does not know how to spell :-))

In multiple places in the build system, "explicitly" is incorrectly spelled.

Bug: https://bugs.openjdk.java.net/browse/JDK-8039103
WebRev: http://cr.openjdk.java.net/~ihse/JDK-8039103-fix-explicitly-typos/webrev.01

/Magnus
... and there's one in the jdk repo as well:
diff --git a/make/lib/Awt2dLibraries.gmk b/make/lib/Awt2dLibraries.gmk
--- a/make/lib/Awt2dLibraries.gmk
+++ b/make/lib/Awt2dLibraries.gmk
@@ -395,7 +395,7 @@

 ifeq ($(USE_EXTERNAL_LCMS), true)
   # If we're using an external library, we'll just need the wrapper part.
-  # By including it explicitely, all other files will be excluded.
+  # By including it explicitly, all other files will be excluded.
   BUILD_LIBLCMS_INCLUDE_FILES := LCMS.c
 else
   BUILD_LIBLCMS_INCLUDE_FILES :=

I'll bookmark https://whichiscorrect.com/explicitly-vs-explicitely :-)

/Magnus

Reply via email to