summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-09-14 04:31:31 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-09-14 04:31:31 +0000
commit0355d27f27c144aa4eed23564fc311b962ef74b0 (patch)
tree2c6bd10f940cc446e5d017b82013a7c9372efe84
parent57ab23491c8c80b4a1606ea3b72e179c1b742bb9 (diff)
* dbus/dbus-server.c: remove a todo item
-rw-r--r--dbus/dbus-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-server.c b/dbus/dbus-server.c
index d9c7f028..5e980cbd 100644
--- a/dbus/dbus-server.c
+++ b/dbus/dbus-server.c
@@ -471,7 +471,7 @@ _dbus_server_toggle_timeout (DBusServer *server,
* dbus_server_set_watch_functions() should be called
* immediately to render the server fully functional.
*
- * @todo 1.0? error messages on bad address could really be better.
+ * @todo error messages on bad address could really be better.
* DBusResultCode is a bit limiting here.
*
* @param address the address of this server.