summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/dbus-c++/eventloop-integration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbus-c++/eventloop-integration.h b/include/dbus-c++/eventloop-integration.h
index a061aa8..213695d 100644
--- a/include/dbus-c++/eventloop-integration.h
+++ b/include/dbus-c++/eventloop-integration.h
@@ -70,7 +70,7 @@ public:
/*!
* Simply write one single byte into the pipe. This is a shortcut
- * if there's really no data to transport, but to actvate the handler.
+ * if there's really no data to transport, but to activate the handler.
*/
void signal();
@@ -80,7 +80,7 @@ private:
int fd_read;
const void *data;
- // allow construction only in BusDipatcher
+ // allow construction only in BusDispatcher
Pipe () {};
~Pipe () {};