From 8b7acbbc8087fce37449ed9c0b7c46bc22cc3542 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 20 Sep 2014 04:46:41 +0200 Subject: [PATCH] s3:param: fix a comment Signed-off-by: Michael Adam Reviewed-by: Ira Cooper --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index b399f680b17..22f5cfd33c2 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3790,7 +3790,7 @@ static bool lp_load_ex(const char *pszFname, /* * We run this check once the whole smb.conf is parsed, to * force some settings for the standard way a AD DC is - * operated. We may changed these as our code evolves, which + * operated. We may change these as our code evolves, which * is why we force these settings. */ if (lp_server_role() == ROLE_ACTIVE_DIRECTORY_DC) { -- 2.11.4.GIT