summaryrefslogtreecommitdiffstats
path: root/meta-qualcomm
diff options
context:
space:
mode:
Diffstat (limited to 'meta-qualcomm')
-rw-r--r--meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/chassis/ir38163-workaround/ir38163_workaround.sh2
-rw-r--r--meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py2
2 files changed, 2 insertions, 2 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
diff --git a/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py
index 01cff570b..903964dd7 100644
--- a/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py
+++ b/meta-qualcomm/meta-centriq2400-rep/recipes-phosphor/workbook/centriq2400-rep-config/Centriq2400-rep.py
@@ -34,7 +34,7 @@ ID_LOOKUP = {
'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' : {}
OpenPOWER on IntegriCloud