From 2ccd405661bf7f49d14c5be54d4adacb046d521c Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 11 Nov 2012 11:55:43 +0100 Subject: [PATCH] tests: typofix in message * t/python-virtualenv.sh: Here. Signed-off-by: Stefano Lattarini --- t/python-virtualenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/python-virtualenv.sh b/t/python-virtualenv.sh index 51ae78e28..f1e049478 100755 --- a/t/python-virtualenv.sh +++ b/t/python-virtualenv.sh @@ -25,7 +25,7 @@ CONFIG_SITE=/dev/null; export CONFIG_SITE # Skip the test if a proper virtualenv cannot be created. virtualenv --verbose virtenv && test -f virtenv/bin/activate \ - || skip_ "coulnd't create python virtual environment" + || skip_ "couldn't create python virtual environment" # Activate the virtualenv. . ./virtenv/bin/activate -- 2.47.2