From 48d57d7636959ffbf9a4829604a2f7f6968a5caa Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 8 May 2012 16:01:14 +0200 Subject: s3-net: Fix typo in comment. Karolin --- source3/utils/net_ads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_ads.c') 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"), -- cgit