Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/embedded/files Fix typo
details: https://anonhg.NetBSD.org/src/rev/970e6e591769
branches: trunk
changeset: 965899:970e6e591769
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Sat Oct 05 09:25:11 2019 +0000
description:
Fix typo
diffstat:
distrib/utils/embedded/files/creds_msdos | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r dac0a5e6efaa -r 970e6e591769 distrib/utils/embedded/files/creds_msdos
--- a/distrib/utils/embedded/files/creds_msdos Sat Oct 05 07:30:03 2019 +0000
+++ b/distrib/utils/embedded/files/creds_msdos Sat Oct 05 09:25:11 2019 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: creds_msdos,v 1.3 2019/06/12 03:06:48 mrg Exp $
+# $NetBSD: creds_msdos,v 1.4 2019/10/05 09:25:11 mlelstv Exp $
#
# Copyright (c) 2019 Matthew R. Green
# All rights reserved.
@@ -135,7 +135,7 @@
local fstab_file=/etc/fstab
if [ -z "${creds_msdos_partition}" ]; then
- echo "Not looking for credientials on msdos"
+ echo "Not looking for credentials on msdos"
return
fi
while read junk1 mp fstype junk2; do
Home |
Main Index |
Thread Index |
Old Index