Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Fix accidental word duplication



details:   https://anonhg.NetBSD.org/src/rev/dbf131e26d37
branches:  trunk
changeset: 988666:dbf131e26d37
user:      nia <nia%NetBSD.org@localhost>
date:      Fri Oct 08 22:07:11 2021 +0000

description:
Fix accidental word duplication

diffstat:

 usr.sbin/sysinst/msg.entropy.es |  4 ++--
 usr.sbin/sysinst/msg.entropy.fr |  4 ++--
 usr.sbin/sysinst/msg.entropy.pl |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r b3e49abd7fd1 -r dbf131e26d37 usr.sbin/sysinst/msg.entropy.es
--- a/usr.sbin/sysinst/msg.entropy.es   Fri Oct 08 21:48:33 2021 +0000
+++ b/usr.sbin/sysinst/msg.entropy.es   Fri Oct 08 22:07:11 2021 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: msg.entropy.es,v 1.3 2021/10/08 15:59:55 martin Exp $  */
+/*      $NetBSD: msg.entropy.es,v 1.4 2021/10/08 22:07:11 nia Exp $  */
 
 /*
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
 the "Re-test" option.}
 
 message entropy_add_manually           {Manual input of random data}
-message entropy_download_raw           {Load raw binary random random data}
+message entropy_download_raw           {Load raw binary random data}
 message        entropy_download_seed           {Import a NetBSD entropy file}
 message entropy_retry                  {Re-test}
 
diff -r b3e49abd7fd1 -r dbf131e26d37 usr.sbin/sysinst/msg.entropy.fr
--- a/usr.sbin/sysinst/msg.entropy.fr   Fri Oct 08 21:48:33 2021 +0000
+++ b/usr.sbin/sysinst/msg.entropy.fr   Fri Oct 08 22:07:11 2021 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: msg.entropy.fr,v 1.3 2021/10/08 15:59:55 martin Exp $  */
+/*      $NetBSD: msg.entropy.fr,v 1.4 2021/10/08 22:07:11 nia Exp $  */
 
 /*
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
 the "Re-test" option.}
 
 message entropy_add_manually           {Manual input of random data}
-message entropy_download_raw           {Load raw binary random random data}
+message entropy_download_raw           {Load raw binary random data}
 message        entropy_download_seed           {Import a NetBSD entropy file}
 message entropy_retry                  {Re-test}
 
diff -r b3e49abd7fd1 -r dbf131e26d37 usr.sbin/sysinst/msg.entropy.pl
--- a/usr.sbin/sysinst/msg.entropy.pl   Fri Oct 08 21:48:33 2021 +0000
+++ b/usr.sbin/sysinst/msg.entropy.pl   Fri Oct 08 22:07:11 2021 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: msg.entropy.pl,v 1.3 2021/10/08 15:59:55 martin Exp $  */
+/*      $NetBSD: msg.entropy.pl,v 1.4 2021/10/08 22:07:11 nia Exp $  */
 
 /*
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
 the "Re-test" option.}
 
 message entropy_add_manually           {Manual input of random data}
-message entropy_download_raw           {Load raw binary random random data}
+message entropy_download_raw           {Load raw binary random data}
 message        entropy_download_seed           {Import a NetBSD entropy file}
 message entropy_retry                  {Re-test}
 



Home | Main Index | Thread Index | Old Index