summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 17:06:04 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-10-25 17:06:21 -0500
commit9a7688a4fa7844f2df58694935080df3c634982a (patch)
tree7f744a64458a52d4019a3b73062b4e47d622b50c
parentc39e859b44c7d9152c76462ab4848060c840ab29 (diff)
downloadphosphor-fan-presence-9a7688a4fa7844f2df58694935080df3c634982a.tar.gz
phosphor-fan-presence-9a7688a4fa7844f2df58694935080df3c634982a.zip
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: Iefb2ad70d313a4800cd413c7c2e5e2154bec49fb Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--configure.ac2
-rw-r--r--cooling-type/argument.cpp2
-rwxr-xr-xpresence/pfpgen.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 1e6afd0..94de978 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus], ,
PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging], ,
[AC_MSG_ERROR([The openbmc/phosphor-logging package is required])])
PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221], ,
-[AC_MSG_ERROR([Could not find systemd...systemd developement package required])])
+[AC_MSG_ERROR([Could not find systemd...systemd development package required])])
PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces], ,
[AC_MSG_ERROR([Could not find phosphor-dbus-interfaces...openbmc/phosphor-dbus-interfaces package required])])
PKG_CHECK_MODULES([LIBEVDEV], [libevdev], ,
diff --git a/cooling-type/argument.cpp b/cooling-type/argument.cpp
index cfd8b25..2c9a580 100644
--- a/cooling-type/argument.cpp
+++ b/cooling-type/argument.cpp
@@ -80,7 +80,7 @@ void ArgumentParser::usage(char** argv)
std::cerr <<
" --path=<objpath> *Required* object path under inventory "
"to have CoolingType updated\n";
- std::cerr << "\nThe --air / --water options may be given in addtion to "
+ std::cerr << "\nThe --air / --water options may be given in addition to "
"--gpio, in which case both their setting and the GPIO will take "
"effect.\n";
std::cerr << std::flush;
diff --git a/presence/pfpgen.py b/presence/pfpgen.py
index 187be32..efae7cc 100755
--- a/presence/pfpgen.py
+++ b/presence/pfpgen.py
@@ -185,7 +185,7 @@ class Rpolicy(ConfigEntry):
def setup(self, objs):
'''All policies have an associated fan and methods.
- Resolve the indicies.'''
+ Resolve the indices.'''
sensors = []
for s in self.sensors:
@@ -323,7 +323,7 @@ class Everything(Renderer):
# is just an array index.
#
# At this point all objects have been created but references
- # have not been resolved to array indicies. Instruct objects
+ # have not been resolved to array indices. Instruct objects
# to do that now.
for cls, items in objs.items():
for obj in items:
OpenPOWER on IntegriCloud