Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Typo, also fix copy & pasted license



details:   https://anonhg.NetBSD.org/src/rev/80c993f29b3f
branches:  trunk
changeset: 451907:80c993f29b3f
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jun 11 15:31:19 2019 +0000

description:
Typo, also fix copy & pasted license

diffstat:

 usr.sbin/sysinst/msg_cmp.sh |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r fedd61a09851 -r 80c993f29b3f usr.sbin/sysinst/msg_cmp.sh
--- a/usr.sbin/sysinst/msg_cmp.sh       Tue Jun 11 15:20:57 2019 +0000
+++ b/usr.sbin/sysinst/msg_cmp.sh       Tue Jun 11 15:31:19 2019 +0000
@@ -1,12 +1,11 @@
 #! /bin/sh
-#      $NetBSD: msg_cmp.sh,v 1.1 2019/06/11 13:01:14 martin Exp $
+#      $NetBSD: msg_cmp.sh,v 1.2 2019/06/11 15:31:19 martin Exp $
 
 #-
 # Copyright (c) 2019 The NetBSD Foundation, Inc.
 # All rights reserved.
 #
-# This code is derived from software contributed to The NetBSD Foundation
-# by David Laight.
+# This code is derived from software contributed to The NetBSD Foundation.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -82,7 +81,7 @@
 # Compare lines
 IFS=''
 NUM=0
-HDR="Messages identical to the english version:"
+HDR="Messages identical to the English version:"
 
 while
        read -r l1 <&3 && read -r l2 <&4



Home | Main Index | Thread Index | Old Index