bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8847: [PATCH 3/8] tests: typofix in message


From: Stefano Lattarini
Subject: bug#8847: [PATCH 3/8] tests: typofix in message
Date: Mon, 19 Nov 2012 23:12:18 +0100

* t/python-virtualenv.sh: Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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 51ae78e..f1e0494 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
-- 
1.8.0.209.gf3828dc






reply via email to

[Prev in Thread] Current Thread [Next in Thread]