summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 13:51:07 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-31 13:40:01 +0000
commit7a248bc7c30ed1fdb7d6b4255eea2430852333d1 (patch)
tree9c141bf35c1abb867c482023a81c4e9fce35f9d4
parent601bbf0af453aa95fb5a0e011c730b1445488686 (diff)
downloadphosphor-bmc-code-mgmt-7a248bc7c30ed1fdb7d6b4255eea2430852333d1.tar.gz
phosphor-bmc-code-mgmt-7a248bc7c30ed1fdb7d6b4255eea2430852333d1.zip
Spelling fixes in configure.ac
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: I14d5782540e6524274a86c000b94fb1c5bdf7313 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d966930..548b361 100755
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,7 @@ AC_DEFINE(BUSNAME_UPDATER, "xyz.openbmc_project.Software.BMC.Updater",
[The item updater DBus busname to own.])
# Check 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(sdbusplus/server.hpp, ,[AC_MSG_ERROR([Could not find sdbusplus/server.hpp...openbmc/sdbusplus package required])])
AC_CONFIG_FILES([Makefile test/Makefile])
OpenPOWER on IntegriCloud