[PATCH] trivial quota wscript error message spelling fix

Matt Taylor liverbugg at rinux.org
Fri May 8 22:51:18 UTC 2020


Noticed this when looking at how other options were handled while
working on the vfs_snapper configure patch.

Trivial fix in the quota configure failure message.

Signed-off-by: Matt Taylor <liverbugg at rinux.org>
-------------- next part --------------
diff -ru samba-master/source3/wscript samba-master-patch/source3/wscript
--- samba-master/source3/wscript	2020-05-08 07:16:18.000000000 -0400
+++ samba-master-patch/source3/wscript	2020-05-08 18:43:46.000000000 -0400
@@ -1663,7 +1663,7 @@
     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',


More information about the samba-technical mailing list