summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-02 13:34:53 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-02 14:58:52 +0100
commita62d67e63975226e7961f16b7be168eb2cd4cd62 (patch)
treeb5dbdc93d9cbe820d2a86cf4e1cf69fdf457dbd1 /source3/utils/net.c
parente026685b7cb579471f64835c6e527cf1818eb384 (diff)
downloadsamba-a62d67e63975226e7961f16b7be168eb2cd4cd62.tar.gz
samba-a62d67e63975226e7961f16b7be168eb2cd4cd62.tar.bz2
samba-a62d67e63975226e7961f16b7be168eb2cd4cd62.zip
s3: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 2 14:58:52 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 13eed2f9ca..8415e7a810 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -669,7 +669,7 @@ static struct functable net_func[] = {
{ "maxrid",
net_maxrid,
NET_TRANSPORT_LOCAL,
- N_("Display the maximul RID currently used"),
+ N_("Display the maximum RID currently used"),
N_(" net maxrid")
},
{ "idmap",