summaryrefslogtreecommitdiff
path: root/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-08-31 20:39:28 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-05 03:43:58 +0300
commitde8e78ea57fdb286138a8a140d0cb2cea5b1e7b3 (patch)
tree211fb58612bb50078a425f0495119492d9076cc8 /meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis
parent00e0b0ef04689365e7cb9ba148bf9b99fb3eb6af (diff)
downloadopenbmc-de8e78ea57fdb286138a8a140d0cb2cea5b1e7b3.tar.xz
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. (From meta-qualcomm rev: b52915eccb117275d468e6de784a6c561e30055b) Change-Id: Icc97612db517518e779994860ed11e90c9b916a5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis')
-rw-r--r--meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh
index 60120cf0d..d94ea45e4 100644
--- a/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh
+++ b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh
@@ -9,7 +9,7 @@ if [ "$1" == "add" ]; then
echo 5-0042 > /sys/bus/i2c/drivers/ir38163/bind
sleep 1
elif [ "$1" == "rm" ]; then
- echo Remove the 0x42 deivce
+ echo Remove the 0x42 device
sleep 2
echo 5-0042 > /sys/bus/i2c/drivers/ir38163/unbind
sleep 1