From 38b6955649a35ca98fc0767eefddaa582a920017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sat, 2 Jul 2016 11:24:48 +0200 Subject: [PATCH] Fix misspelling in src/wscript --- src/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wscript b/src/wscript index b3dc96e74..f903b0c9f 100644 --- a/src/wscript +++ b/src/wscript @@ -314,7 +314,7 @@ def build(bld): # Remove these modules from the list of all modules. for not_built in bld.env['MODULES_NOT_BUILT']: - # XXX Becaue these modules are located in subdirectories of + # XXX Because these modules are located in subdirectories of # test, their names in the all_modules list include the extra # relative path "test/". If these modules are moved into the # src directory, then this if block should be removed.