changeset 27641:ab13485346c2

configure.ac: Fix typos and grammar in comments (bug #57171) * configure.ac: Fix typos and grammar in comments.
author Andrew Janke <andrew@apjanke.net>
date Tue, 05 Nov 2019 00:09:56 -0500
parents 2a03fa568feb
children 2f4213af7067
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Nov 05 01:13:16 2019 -0500
+++ b/configure.ac	Tue Nov 05 00:09:56 2019 -0500
@@ -2383,7 +2383,7 @@
 
   case $build_os in
     mingw* | msdosmsvc)
-      ## Under Win32 platform, we want JAVA_HOME to be in MSYS format, that is
+      ## Under Win32 platform, we want JAVA_HOME to be in MSYS format; that is,
       ## without colon and backslashes, as it is also used as path separator.
       ## Use quoted paths as Java may be installed in a path with whitespaces
       ## (e.g. C:\Program Files\Java\...).
@@ -2486,7 +2486,7 @@
   fi
 
   if test -z "$JAVA_LDPATH"; then
-    ## Java failed to find it's own library path.  Guess wildly.
+    ## Java failed to find its own library path.  Guess wildly.
     JAVA_TMP_LDPATH=`ls -d $JAVA_HOME/jre/lib/*/client`
     JAVA_TMP_LDPATH="${JAVA_TMP_LDPATH} `ls -d $JAVA_HOME/jre/lib/*/server`"
     ## Add some paths that might work on Macs.
@@ -2890,7 +2890,7 @@
   ## Doing things like
   ##
   ##   configure --prefix=/some/where
-  ##   make --prefix="/some/where/else
+  ##   make --prefix=/some/where/else
   ##
   ## won't work properly and is not allowed when building Octave.