summaryrefslogtreecommitdiffstats
path: root/source3/utils
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-03-30 04:03:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2014-04-13 19:12:22 +0200
commit5521cf03089322005e7d94c1c2915b31b2b21158 (patch)
tree3208e0cbfdfbc55a791cab122bd5c150970160a9 /source3/utils
parent23beb5b37c415c1b10a06d8dc0aa93b6eea0aade (diff)
downloadsamba-5521cf03089322005e7d94c1c2915b31b2b21158.tar.gz
samba-5521cf03089322005e7d94c1c2915b31b2b21158.tar.xz
samba-5521cf03089322005e7d94c1c2915b31b2b21158.zip
Typo: speciefied -> specified.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Change-Id: I0357440cde2ef70945ff4a9ba87b62ab88b271a8 Reviewed-on: https://gerrit.samba.org/218 Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sun Apr 13 19:12:22 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_ads_gpo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads_gpo.c b/source3/utils/net_ads_gpo.c
index 444e160561..79793b834d 100644
--- a/source3/utils/net_ads_gpo.c
+++ b/source3/utils/net_ads_gpo.c
@@ -588,7 +588,7 @@ static int net_ads_gpo_get_gpo(struct net_context *c, int argc, const char **arg
d_printf("%s\n%s\n%s",
_("Usage:"),
_("net ads gpo getgpo <gpo>"),
- _(" List speciefied GPO\n"
+ _(" List specified GPO\n"
" gpo\t\tGPO to list\n"));
return -1;
}