summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-14 16:11:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-14 16:11:30 +0100
commit603d449610275db1e51816104630cce6d74ac9d4 (patch)
treef3240de7d714e095f18738915864e777a1d9e053
parent0a888fb732074426d9b0dd6f487dffe5cee9df39 (diff)
downloaddbus-python-603d449610275db1e51816104630cce6d74ac9d4.tar.gz
DBusPyServer: fix a typo
-rw-r--r--_dbus_bindings/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/_dbus_bindings/server.c b/_dbus_bindings/server.c
index 7a45449..84d8a28 100644
--- a/_dbus_bindings/server.c
+++ b/_dbus_bindings/server.c
@@ -236,7 +236,7 @@ DBusPyServer_NewConsumingDBusServer(PyTypeObject *cls,
if (!mainloop || mainloop == Py_None) {
PyErr_SetString(PyExc_RuntimeError,
"To run a D-Bus server, you need to either "
- "pass mainloop=... to the constructor or cal "
+ "pass mainloop=... to the constructor or call "
"dbus.set_default_main_loop(...)");
goto err;
}