From 1fd08ad1ac543830bc908d5caa34d7f5371b26c1 Mon Sep 17 00:00:00 2001 From: Moritz Wundke Date: Fri, 7 Mar 2014 20:31:17 +0100 Subject: [PATCH] Fixed typo --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 1b4ee5ab96..2b83cb67cf 100644 --- a/SConstruct +++ b/SConstruct @@ -8,7 +8,7 @@ import sys import methods import multiprocessing -# Enable aggresive compile mode if building on amulti core box +# Enable aggresive compile mode if building on a multi core box if ARGUMENTS.get('spawn_jobs', 'yes') == 'yes': NUM_JOBS = multiprocessing.cpu_count() if NUM_JOBS > 1: