about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2023-03-21 11:13:42 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2023-03-22 17:02:03 +0000
commit61d12516648cdb76e3a0b45e4fda74e9bf19b0a2 (patch)
tree23273268c0465dfb3221f38a7538aa5ee1a266e8 /test
parent6b21755f0744cdf7b71bf14432324e1a15c119ea (diff)
downloadklee-61d12516648cdb76e3a0b45e4fda74e9bf19b0a2.tar.gz
Fixed typo
Diffstat (limited to 'test')
-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]