From: Matt Taylor Date: Tue, 12 May 2020 13:07:14 +0000 (+0200) Subject: build: quota wscript error message spelling fix X-Git-Tag: ldb-2.2.0~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05e9df7815164266fb8e1295cf2226f11032dc5;p=thirdparty%2Fsamba.git build: quota wscript error message spelling fix Signed-off-by: Matt Taylor Reviewed-by: David Disseldorp Reviewed-by: Andrew Bartlett --- diff --git a/source3/wscript b/source3/wscript index 76abcf79c90..07991806c63 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1663,7 +1663,7 @@ main() { conf.env['legacy_quota_libs'] = legacy_quota_libs if Options.options.with_quotas == True and not conf.CONFIG_SET('WITH_QUOTAS'): - conf.fatal('quota support not found but it was equested !') + conf.fatal('quota support not found but it was requested !') conf.CHECK_CODE('(void)unshare(CLONE_FS);', headers='sched.h',