浏览代码

Fixed typo

Moritz Wundke 11 年之前
父节点
当前提交
1fd08ad1ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SConstruct

+ 1 - 1
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: