changeset 21406:1f69fc65539e

maint: Correct typo in comments of cset 9429c39994f8. * subst-config-vals.in.sh, subst-cross-config-vals.in.sh: Replace "on" with "one".
author Rik <rik@octave.org>
date Sat, 05 Mar 2016 07:00:34 -0800
parents 120bb822c6f4
children bce9d52161cf
files build-aux/subst-config-vals.in.sh build-aux/subst-cross-config-vals.in.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/subst-config-vals.in.sh	Sun Feb 28 19:07:24 2016 +0000
+++ b/build-aux/subst-config-vals.in.sh	Sat Mar 05 07:00:34 2016 -0800
@@ -180,7 +180,7 @@
 Z_CPPFLAGS='@Z_CPPFLAGS@'
 Z_LDFLAGS='@Z_LDFLAGS@'
 Z_LIBS='@Z_LIBS@'
-## this on uses ' to quote individual arguments, so use " here.
+## this one uses ' to quote individual arguments, so use " here.
 config_opts="@config_opts@"
 
 ## These must use " so that embedded variables are interpolated.
--- a/build-aux/subst-cross-config-vals.in.sh	Sun Feb 28 19:07:24 2016 +0000
+++ b/build-aux/subst-cross-config-vals.in.sh	Sat Mar 05 07:00:34 2016 -0800
@@ -184,7 +184,7 @@
 Z_CPPFLAGS='@Z_CPPFLAGS@'
 Z_LDFLAGS='@Z_LDFLAGS@'
 Z_LIBS='@Z_LIBS@'
-## this on uses ' to quote individual arguments, so use " here.
+## this one uses ' to quote individual arguments, so use " here.
 config_opts="@config_opts@"
 
 ## These must use " so that embedded variables are interpolated.