summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/net_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index b614432292..43dda0663d 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -1457,7 +1457,7 @@ int net_ads_join(struct net_context *c, int argc, const char **argv)
* net ads dns register.
*/
if (lp_clustering()) {
- d_fprintf(stderr, _("Not doing automatic DNS update in a"
+ d_fprintf(stderr, _("Not doing automatic DNS update in a "
"clustered setup.\n"));
goto done;
}