summaryrefslogtreecommitdiffstats
path: root/source3/utils
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-03-30 04:04:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2014-04-13 16:55:05 +0200
commitd81bada9f73af5eebfd21b2242612a5986f2a2d3 (patch)
treea0c935c7584de4cced01f9f25c9fd6ea99263c54 /source3/utils
parent9de0dc792d422145291a8682e5560f5444ec1e70 (diff)
downloadsamba-d81bada9f73af5eebfd21b2242612a5986f2a2d3.tar.gz
samba-d81bada9f73af5eebfd21b2242612a5986f2a2d3.tar.xz
samba-d81bada9f73af5eebfd21b2242612a5986f2a2d3.zip
Typo: sucessfully -> successfully
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Change-Id: I23258edf9c197081c882ba85dedf833292e56e4e Reviewed-on: https://gerrit.samba.org/219 Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_groupmap.c2
-rw-r--r--source3/utils/net_rpc_printer.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c
index 13716a2081..8c6aa2e5c0 100644
--- a/source3/utils/net_groupmap.c
+++ b/source3/utils/net_groupmap.c
@@ -586,7 +586,7 @@ static int net_groupmap_delete(struct net_context *c, int argc, const char **arg
return -1;
}
- d_printf(_("Sucessfully removed %s from the mapping db\n"), ntgroup);
+ d_printf(_("Successfully removed %s from the mapping db\n"), ntgroup);
return 0;
}
diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c
index 3ed97a778e..7ff838675e 100644
--- a/source3/utils/net_rpc_printer.c
+++ b/source3/utils/net_rpc_printer.c
@@ -2019,7 +2019,7 @@ NTSTATUS rpc_printer_migrate_drivers_internals(struct net_context *c,
goto done;
}
- DEBUGADD(1,("Sucessfully added driver [%s] for printer [%s]\n",
+ DEBUGADD(1,("Successfully added driver [%s] for printer [%s]\n",
drivername, printername));
}
@@ -2038,7 +2038,7 @@ NTSTATUS rpc_printer_migrate_drivers_internals(struct net_context *c,
goto done;
}
- DEBUGADD(1,("Sucessfully set driver %s for printer %s\n",
+ DEBUGADD(1,("Successfully set driver %s for printer %s\n",
drivername, printername));
/* close dst */