summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 21:25:57 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-31 13:38:35 +0000
commit2a85f6081e8d0f75735689f00ba5ad1e0c1dd9f1 (patch)
tree3744dd6186b2cdf30ebaa28093cba69d6c49fc39
parenta552781a6eb17eeac3f7c3ce531a7cee0e48898d (diff)
downloadtalos-openbmc-2a85f6081e8d0f75735689f00ba5ad1e0c1dd9f1.tar.gz
talos-openbmc-2a85f6081e8d0f75735689f00ba5ad1e0c1dd9f1.zip
Spelling fixes
Change-Id: I0357d84235a6732a34588a3c357f13018d37f806 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/initfs/files/obmc-shutdown.sh2
-rwxr-xr-xmeta-phosphor/common/recipes-phosphor/initfs/files/obmc-update.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/initfs/files/obmc-shutdown.sh b/meta-phosphor/common/recipes-phosphor/initfs/files/obmc-shutdown.sh
index c91f5efac..d3c883595 100644
--- a/meta-phosphor/common/recipes-phosphor/initfs/files/obmc-shutdown.sh
+++ b/meta-phosphor/common/recipes-phosphor/initfs/files/obmc-shutdown.sh
@@ -63,7 +63,7 @@ then
kill -9 $wd
if test -n "$wdrst"
then
- echo Reseting watchdog timeouts to $wdrst
+ echo Resetting watchdog timeouts to $wdrst
watchdog $wdrst -F /dev/watchdog &
sleep 1
# Kill the watchdog daemon, setting a timeout
diff --git a/meta-phosphor/common/recipes-phosphor/initfs/files/obmc-update.sh b/meta-phosphor/common/recipes-phosphor/initfs/files/obmc-update.sh
index f0c41a74c..278cd41d7 100755
--- a/meta-phosphor/common/recipes-phosphor/initfs/files/obmc-update.sh
+++ b/meta-phosphor/common/recipes-phosphor/initfs/files/obmc-update.sh
@@ -212,7 +212,7 @@ do
m=$(findmtd ${f#$image})
if test -z "$m"
then
- echoerr "Unable to find mtd partiton for ${f##*/}."
+ echoerr "Unable to find mtd partition for ${f##*/}."
exit 1
fi
if test -n "$checksize" && toobig "$f" "$m"
OpenPOWER on IntegriCloud