s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 30 Dec 2009 19:15:33 +0000 (20:15 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 2 Jan 2010 11:09:05 +0000 (12:09 +0100)
source3/winbindd/winbindd_dual.c

index bccd63ffa464f29aa6cc5f1c084ba8be0743b5cf..74b2b99b7f27551afd720132997e94e87447bcd1 100644 (file)
@@ -610,7 +610,7 @@ void winbind_msg_offline(struct messaging_context *msg_ctx,
        }
 
        for (child = children; child != NULL; child = child->next) {
-               /* Don't send message to internal childs.  We've already
+               /* Don't send message to internal children.  We've already
                   done so above. */
                if (!child->domain || winbindd_internal_child(child)) {
                        continue;