Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst sysinst: fix typo in comment



details:   https://anonhg.NetBSD.org/src/rev/db22b2d4be40
branches:  trunk
changeset: 1024179:db22b2d4be40
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Oct 11 18:46:34 2021 +0000

description:
sysinst: fix typo in comment

diffstat:

 usr.sbin/sysinst/msg_xlat.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 4742e6d638da -r db22b2d4be40 usr.sbin/sysinst/msg_xlat.sh
--- a/usr.sbin/sysinst/msg_xlat.sh      Mon Oct 11 18:39:06 2021 +0000
+++ b/usr.sbin/sysinst/msg_xlat.sh      Mon Oct 11 18:46:34 2021 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-#      $NetBSD: msg_xlat.sh,v 1.5 2021/07/12 19:03:20 kre Exp $
+#      $NetBSD: msg_xlat.sh,v 1.6 2021/10/11 18:46:34 rillig Exp $
 
 #-
 # Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -104,7 +104,7 @@
 
 last_msg_number="$msg_number"
 
-# Read message definition file and set up map of munbers to strings
+# Read message definition file and set up map of numbers to strings
 
 exec <&3 3<&-
 
@@ -163,7 +163,7 @@
 
        # For our purposes, empty messages are the same as words without %
        if [ $# -eq 0 ]; then set -- x; fi
-       
+
        if $count_fmtargs; then
                echo $number $#
                continue



Home | Main Index | Thread Index | Old Index