From 61d12516648cdb76e3a0b45e4fda74e9bf19b0a2 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Tue, 21 Mar 2023 11:13:42 +0000 Subject: Fixed typo --- test/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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] -- cgit 1.4.1