diff options
author | Karolin Seeger <kseeger@samba.org> | 2012-05-08 16:01:14 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2012-05-08 16:46:33 +0200 |
commit | 48d57d7636959ffbf9a4829604a2f7f6968a5caa (patch) | |
tree | 28bf7b41fdcc1010210068f9c32a7689c304818e /source3/utils | |
parent | f01c6cf707087141fe244a1d90c5cdcb69322820 (diff) | |
download | samba-48d57d7636959ffbf9a4829604a2f7f6968a5caa.tar.gz samba-48d57d7636959ffbf9a4829604a2f7f6968a5caa.tar.bz2 samba-48d57d7636959ffbf9a4829604a2f7f6968a5caa.zip |
s3-net: Fix typo in comment.
Karolin
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 381393ebad..0ccb328527 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1018,7 +1018,7 @@ static int net_ads_leave(struct net_context *c, int argc, const char **argv) goto done; } - /* Based on what we requseted, we shouldn't get here, but if + /* Based on what we requested, we shouldn't get here, but if we did, it means the secrets were removed, and therefore we have left the domain */ d_fprintf(stderr, _("Machine '%s' Left domain '%s'\n"), |