Module Name: src
Committed By: jmcneill
Date: Tue Dec 12 21:00:28 UTC 2017
Modified Files:
src/distrib/utils/embedded/conf: rpi.conf
Log Message:
Fix spelling in error message
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/distrib/utils/embedded/conf/rpi.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/conf/rpi.conf
diff -u src/distrib/utils/embedded/conf/rpi.conf:1.33 src/distrib/utils/embedded/conf/rpi.conf:1.34
--- src/distrib/utils/embedded/conf/rpi.conf:1.33 Mon Dec 11 11:38:14 2017
+++ src/distrib/utils/embedded/conf/rpi.conf Tue Dec 12 21:00:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: rpi.conf,v 1.33 2017/12/11 11:38:14 jmcneill Exp $
+# $NetBSD: rpi.conf,v 1.34 2017/12/12 21:00:28 jmcneill Exp $
# Raspberry Pi customization script used by mkimage
#
@@ -121,6 +121,6 @@ EOF
echo " $f"
cp ${firmwaredir}/${f} . || exit 1
done
- ) || fail "Copy of firmeware into ${mnt}/boot failed"
+ ) || fail "Copy of firmware into ${mnt}/boot failed"
}