From 4d35ba2d11b4ca81e46cad942fc867f344ae095a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 3 Feb 2014 21:57:53 +0100 Subject: [PATCH] typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- setup/dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dependencies.py b/setup/dependencies.py index ec14cba8..868cebda 100755 --- a/setup/dependencies.py +++ b/setup/dependencies.py @@ -52,7 +52,7 @@ if not build_required: print('You will not be able to build and install ponysay.') rc = 1 elif not build_optional: - print('You will have to tweak to installation to build and install ponysay.') + print('You will have to tweak the installation to build and install ponysay.') if not runtime_required: print('You will not be able to run ponysay.')