summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-08-14 11:59:13 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-08-14 11:59:13 -0500
commit31a4b13701c2084bcf3ec19fde7be29808205ab4 (patch)
treefc695830b894168289ac3d4f5a8f1c4b70b9960f
parentfac43a650e59e873688d5fc6e06b5bdc88ba0546 (diff)
downloadsdbusplus-31a4b13701c2084bcf3ec19fde7be29808205ab4.tar.gz
sdbusplus-31a4b13701c2084bcf3ec19fde7be29808205ab4.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: I99921bb9541fb37cb8999337a72d540494fbb4d7 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--sdbusplus/asio/connection.hpp2
-rw-r--r--test/exception/sdbus_error.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/sdbusplus/asio/connection.hpp b/sdbusplus/asio/connection.hpp
index 8147b7a..146b1b1 100644
--- a/sdbusplus/asio/connection.hpp
+++ b/sdbusplus/asio/connection.hpp
@@ -101,7 +101,7 @@ class connection : public sdbusplus::bus::bus
}
}
// Note. Callback is called whether or not the unpack was
- // sucessful to allow the user to implement their own handling
+ // successful to allow the user to implement their own handling
auto response = std::tuple_cat(std::make_tuple(ec), responseData);
std::experimental::apply(handler, response);
});
diff --git a/test/exception/sdbus_error.cpp b/test/exception/sdbus_error.cpp
index 30a2a64..762e4ef 100644
--- a/test/exception/sdbus_error.cpp
+++ b/test/exception/sdbus_error.cpp
@@ -7,7 +7,7 @@
#include <systemd/sd-bus.h>
#include <utility>
-// Needed for constuctor error testing
+// Needed for constructor error testing
extern sdbusplus::SdBusImpl sdbus_impl;
namespace
OpenPOWER on IntegriCloud