From 9eadb0249e6c25b993419c6db9849561843088c5 Mon Sep 17 00:00:00 2001
From: Alexander Eulitz <alexander.eulitz@iwf.tu-berlin.de>
Date: Tue, 22 Jul 2014 11:05:43 +0200
Subject: [PATCH 4/5] typo fix

---
 core/main/main.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/main/main.py.in b/core/main/main.py.in
index 655fb64..6a55f65 100755
--- a/core/main/main.py.in
+++ b/core/main/main.py.in
@@ -107,7 +107,7 @@ if not 'OpenMP' in features and (opts.cores or (opts.threads and opts.threads>1)
 	print 'WARNING: compiled without OpenMP, -j/--threads/--cores have no effect.'
 
 # OpenMP env variables must be set before loading yade libs ("import yade" below)
-# changes have no effeect after libgomp initializes
+# changes have no effect after libgomp initializes
 if opts.cores:
 	if opts.threads: print 'WARNING: --threads ignored, since --cores specified.'
 	try:
-- 
1.7.9.5

