Module Name:    src
Committed By:   rillig
Date:           Mon Oct 11 18:46:34 UTC 2021

Modified Files:
        src/usr.sbin/sysinst: msg_xlat.sh

Log Message:
sysinst: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/msg_xlat.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/msg_xlat.sh
diff -u src/usr.sbin/sysinst/msg_xlat.sh:1.5 src/usr.sbin/sysinst/msg_xlat.sh:1.6
--- src/usr.sbin/sysinst/msg_xlat.sh:1.5	Mon Jul 12 19:03:20 2021
+++ src/usr.sbin/sysinst/msg_xlat.sh	Mon Oct 11 18:46:34 2021
@@ -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 @@ done
 
 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 @@ do
 
 	# 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

Reply via email to