summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-04-04 01:07:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:53 -0500
commit9f9526f0c7545f3587ad1ad1ba8a4614b8b3e9b8 (patch)
treed8b82f6342530f153161c896b04569f59f59cd2f /source3
parentda3b7af764c72d19d5c40676949b155c066f40ca (diff)
downloadsamba-9f9526f0c7545f3587ad1ad1ba8a4614b8b3e9b8.tar.gz
samba-9f9526f0c7545f3587ad1ad1ba8a4614b8b3e9b8.tar.bz2
samba-9f9526f0c7545f3587ad1ad1ba8a4614b8b3e9b8.zip
r14900: Separate words in error message.
(This used to be commit ffe1a2e23ffb2edf2274c20ece0a66a9c649d50f)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/smbcontrol.c2
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 */