commit | b52915eccb117275d468e6de784a6c561e30055b | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Aug 31 12:39:28 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri Aug 31 12:39:28 2018 -0500 |
tree | 331343a7525ded2c8790a94cf29b66b9a3510fda | |
parent | f6d2c5d9d83973c88371e70a7e74805cc8d85640 [diff] |
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. Change-Id: I17e1100424464fb77e54876951aae2de74aa69a4 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh b/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh index 60120cf..d94ea45 100644 --- a/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh +++ b/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh
@@ -9,7 +9,7 @@ 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
diff --git a/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py b/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py index 01cff57..903964d 100644 --- a/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py +++ b/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py
@@ -34,7 +34,7 @@ 'FRU' : {}, # The number at the end needs to match the FRU ID. # https://github.com/openbmc/skeleton/blob/master/pysystemmgr/system_manager.py#L143 - # The paramter for it is of type 'y' (unsigned 8-bit integer) presumably decimal? + # The parameter for it is of type 'y' (unsigned 8-bit integer) presumably decimal? 'FRU_STR' : {}, 'SENSOR' : {}, 'GPIO_PRESENT' : {}