commit | 2a85f6081e8d0f75735689f00ba5ad1e0c1dd9f1 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Oct 25 21:25:57 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 31 13:38:35 2017 +0000 |
tree | 3744dd6186b2cdf30ebaa28093cba69d6c49fc39 | |
parent | a552781a6eb17eeac3f7c3ce531a7cee0e48898d [diff] |
Spelling fixes Change-Id: I0357d84235a6732a34588a3c357f13018d37f806 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
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 c91f5ef..d3c8835 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 @@ 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 f0c41a7..278cd41 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 @@ 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"