r14900: Separate words in error message.
authorJames Peach <jpeach@samba.org>
Tue, 4 Apr 2006 01:07:28 +0000 (01:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:53 +0000 (11:15 -0500)
(This used to be commit ffe1a2e23ffb2edf2274c20ece0a66a9c649d50f)

source3/utils/smbcontrol.c

index 8286d402d3a5d7c2298c6ebe08a7bb4c16a5fee5..e1bf25ad05dfa22b30531d5eb8b3c7695e082ec7 100644 (file)
@@ -143,7 +143,7 @@ static BOOL do_inject_fault(const struct process_id pid,
        }
 
 #ifndef DEVELOPER
-       fprintf(stderr, "Fault injection is only available in"
+       fprintf(stderr, "Fault injection is only available in "
                "developer builds\n");
        return False;
 #else /* DEVELOPER */