diff options
-rw-r--r-- | source3/utils/net.c | 2 |
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", |