about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 8d2654d5..cb47d3d4 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -56,7 +56,7 @@ if klee_obj_root is not None:
   config.environment['PATH'] = path
 
 
-# Propogate some environment variable to test environment.
+# Propagate some environment variable to test environment.
 def addEnv(name):
   if name in os.environ:
     config.environment[name] = os.environ[name]