From 2e24034c3f90f9111d1f07cf1ff6276e7c6809a2 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 20 Feb 2015 03:21:38 +0200 Subject: [PATCH] run-tests-exp.sh: Typo fix in comment. --- tests/run-tests-exp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests-exp.sh b/tests/run-tests-exp.sh index 5bc84d1e3..8f81b96d2 100755 --- a/tests/run-tests-exp.sh +++ b/tests/run-tests-exp.sh @@ -2,7 +2,7 @@ # # This is plain shell variant of run-tests script, which uses .exp files # as generated by run-tests --write-exp. It is useful to run testsuite -# on embedded systems which doesn't have CPython3. +# on embedded systems which don't have CPython3. # RM="rm -f"