summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-08-31 20:39:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-05 15:31:27 +0300
commite5b38600acdf234da9e632706d9677a7f9d3e2e8 (patch)
treea7f6a0c24c19e7a9d51824dca094408f89852848 /meta-phosphor/common/recipes-phosphor
parent5bb9eb33de1d8f6a34794825672ece99687ed24b (diff)
downloadopenbmc-e5b38600acdf234da9e632706d9677a7f9d3e2e8.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-phosphor rev: 38f27112a9bc38337d8f4c63c333d2a1f28945fa) Change-Id: I834b99d63a260f21c60b58c91ec328cf04b683fe Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb2
-rw-r--r--meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh2
-rw-r--r--meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb2
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml4
-rw-r--r--meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb2
-rw-r--r--meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf2
6 files changed, 7 insertions, 7 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb b/meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb
index fabddf37ee..c3a1b9dacf 100644
--- a/meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb
+++ b/meta-phosphor/common/recipes-phosphor/chassis/obmc-op-control-power.bb
@@ -1,4 +1,4 @@
-SUMMARY = "org.openbmc.control.Power implemention for OpenPOWER"
+SUMMARY = "org.openbmc.control.Power implementation for OpenPOWER"
DESCRIPTION = "A power control implementation suitable for OpenPOWER systems."
PR = "r1"
diff --git a/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh b/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh
index 305b2dd65b..62be89f039 100644
--- a/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh
+++ b/meta-phosphor/common/recipes-phosphor/initrdscripts/files/obmc-init.sh
@@ -46,7 +46,7 @@ probe_fs_type() {
# This fw_get_env_var is a possibly broken version of fw_printenv that
# does not check the crc or flag byte.
-# The u-boot environemnt starts with a crc32, followed by a flag byte
+# The u-boot environment starts with a crc32, followed by a flag byte
# when a redundannt environment is configured, followed by var=value\0 sets.
# The flag byte for nand is a 1 byte counter; for nor it is a 1 or 0 byte.
diff --git a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
index 6d0c70ec89..ab2c38e90e 100644
--- a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
+++ b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
@@ -1,5 +1,5 @@
SUMMARY = "Phosphor OpenBMC pre-init scripts"
-DESCRIPTION = "Phosphor OpenBMC filesytem mount reference implementation."
+DESCRIPTION = "Phosphor OpenBMC filesystem mount reference implementation."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
index a7e5ffcbd1..d0e4f57d50 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
@@ -190,8 +190,8 @@ gpu_func_sensor:
type: "bool"
assert: true
deassert: false
-# Field replacable doesn't come as a sensor data
-# but we know that GPU is Field replacable so setting
+# Field replaceable doesn't come as a sensor data
+# but we know that GPU is Field replaceable so setting
# true in both cases.
xyz.openbmc_project.Inventory.Decorator.Replaceable:
FieldReplaceable:
diff --git a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb
index 94518d9a75..0dfacb1b60 100644
--- a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb
+++ b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb
@@ -1,4 +1,4 @@
-SUMMARY = "Phosphor OpenBMC - eror log meta data generation"
+SUMMARY = "Phosphor OpenBMC - error log meta data generation"
PR = "r1"
inherit native
diff --git a/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf b/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf
index 0bd049b412..54516c2d47 100644
--- a/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf
+++ b/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy/service-restart-policy.conf
@@ -21,7 +21,7 @@
# failure which means the default of 10s for this results in the service
# being restarted indefinitely. Change this to 30s to only allow a service
# to be restarted StartLimitBurst times within a 30s interval before
-# being put in a permenant fail state.
+# being put in a permanent fail state.
#
# See systemd-system.conf(5) for details on the conf files