summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 14:47:10 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-10-25 14:47:45 -0500
commit541aee76cf4a6d182c864f62298579eb155f414b (patch)
tree93259f8f7189ca260f4240bb429e538ac1b0b68b
parent576e252d64eda56cbd6936f302b9a4d4011882a2 (diff)
downloadphosphor-net-ipmid-541aee76cf4a6d182c864f62298579eb155f414b.tar.gz
phosphor-net-ipmid-541aee76cf4a6d182c864f62298579eb155f414b.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: I951ec38ae08ba0b20733dce1300546f4a7541eff Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--command/channel_auth.cpp2
-rw-r--r--configure.ac4
-rw-r--r--main.hpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/command/channel_auth.cpp b/command/channel_auth.cpp
index c6e68be..6b757a6 100644
--- a/command/channel_auth.cpp
+++ b/command/channel_auth.cpp
@@ -19,7 +19,7 @@ std::vector<uint8_t> GetChannelCapabilities(
// A canned response, since there is no user and channel management.
response->completionCode = IPMI_CC_OK ;
- // Channel Number 1 is arbitarily applied to primary LAN channel;
+ // Channel Number 1 is arbitrarily applied to primary LAN channel;
response->channelNumber = 1;
response->ipmiVersion = 1 ; //IPMI v2.0 extended capabilities available.
diff --git a/configure.ac b/configure.ac
index 8b7ec12..5fbcd3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AM_PROG_AR
AC_PROG_INSTALL
AC_PROG_MAKE_SET
-# Surpress the --with-libtool-sysroot error
+# Suppress the --with-libtool-sysroot error
LT_INIT
# Check/set gtest specific functions.
@@ -48,7 +48,7 @@ PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces],, [AC_M
AC_CHECK_LIB([mapper], [mapper_get_service], ,[AC_MSG_ERROR([Could not find libmapper...openbmc/phosphor-objmgr package required])])
# Checks for header files.
-AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.h...systemd developement package required])])
+AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.h...systemd development package required])])
AC_CHECK_HEADER(host-ipmid/ipmid-api.h, ,[AC_MSG_ERROR([Could not find host-ipmid/ipmid-api.h...openbmc/phosphor-host-ipmid package required])])
# Checks for library functions.
diff --git a/main.hpp b/main.hpp
index 954ebae..31ec187 100644
--- a/main.hpp
+++ b/main.hpp
@@ -11,7 +11,7 @@
extern std::tuple<session::Manager&, command::Table&,
eventloop::EventLoop&, sol::Manager&> singletonPool;
-// Select call timeout is set arbitarily set to 30 sec
+// Select call timeout is set arbitrarily set to 30 sec
static constexpr size_t SELECT_CALL_TIMEOUT = 30;
static const auto IPMI_STD_PORT = 623;
OpenPOWER on IntegriCloud