From a416700e448b336a3443547db67f5c62178210f3 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Wed, 11 Aug 2010 22:31:37 +0200 Subject: [PATCH] minor --- include/dbus-c++/eventloop-integration.h | 4 ++-- 1 file 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 () {};