Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src wheher -> whether



details:   https://anonhg.NetBSD.org/src/rev/6fae32aef4c6
branches:  trunk
changeset: 770445:6fae32aef4c6
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Mon Oct 17 16:22:12 2011 +0000

description:
wheher -> whether

diffstat:

 build.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r aac39568bed2 -r 6fae32aef4c6 build.sh
--- a/build.sh  Mon Oct 17 14:42:42 2011 +0000
+++ b/build.sh  Mon Oct 17 16:22:12 2011 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.250 2011/09/14 17:35:44 apb Exp $
+#      $NetBSD: build.sh,v 1.251 2011/10/17 16:22:12 mbalmer Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -184,7 +184,7 @@
 fi
 
 #
-# If shelltest is true, exit now, reporting wheher or not the shell is good.
+# If shelltest is true, exit now, reporting whether or not the shell is good.
 #
 if $shelltest; then
     if test -n "$errmsg"; then
@@ -1632,7 +1632,7 @@
        eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.250 2011/09/14 17:35:44 apb Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.251 2011/10/17 16:22:12 mbalmer Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index