summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Volz <andreas@er00923n.(none)>2010-08-11 22:31:37 +0200
committerAndreas Volz <andreas@er00923n.(none)>2010-08-11 22:31:37 +0200
commita416700e448b336a3443547db67f5c62178210f3 (patch)
treea93e5cafd6deb9d2c2ce4f515fe1aff1289bb625
parent1dcda93a6db7b8f430898e4b4f44f6006ed1d5f5 (diff)
downloaddbus-c++-a416700e448b336a3443547db67f5c62178210f3.tar.gz
minor
-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 () {};