summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-06-05 07:11:22 +0000
committerTim Potter <tpot@samba.org>2002-06-05 07:11:22 +0000
commit78418649404712acb73d78a94eb1050d6f529359 (patch)
tree818f422125ae27fbb1f45c766d729fafcbca1878 /source3/lib
parent97b94ce7e0ce38f1ca44c8e2f34565dd338ad19a (diff)
downloadsamba-78418649404712acb73d78a94eb1050d6f529359.tar.gz
samba-78418649404712acb73d78a94eb1050d6f529359.tar.bz2
samba-78418649404712acb73d78a94eb1050d6f529359.zip
Spelling fix.
(This used to be commit 39ec94bffe536de5950611d6e4b28621b6aff844)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c
index c06644bc86..3929f526dc 100644
--- a/source3/lib/messages.c
+++ b/source3/lib/messages.c
@@ -329,7 +329,7 @@ void message_dispatch(void)
}
}
if (!n_handled) {
- DEBUG(5,("message_dispatch: warning: no handlers registed for "
+ DEBUG(5,("message_dispatch: warning: no handlers registered for "
"msg_type %d in pid%d\n",
msg_type, sys_getpid()));
}