diff options
author | James Peach <jpeach@samba.org> | 2006-04-04 01:07:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:53 -0500 |
commit | 9f9526f0c7545f3587ad1ad1ba8a4614b8b3e9b8 (patch) | |
tree | d8b82f6342530f153161c896b04569f59f59cd2f | |
parent | da3b7af764c72d19d5c40676949b155c066f40ca (diff) | |
download | samba-9f9526f0c7545f3587ad1ad1ba8a4614b8b3e9b8.tar.gz samba-9f9526f0c7545f3587ad1ad1ba8a4614b8b3e9b8.tar.bz2 samba-9f9526f0c7545f3587ad1ad1ba8a4614b8b3e9b8.zip |
r14900: Separate words in error message.
(This used to be commit ffe1a2e23ffb2edf2274c20ece0a66a9c649d50f)
-rw-r--r-- | source3/utils/smbcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index 8286d402d3..e1bf25ad05 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -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 */ |