mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-27 14:37:59 +01:00
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
b0c95fc5ac
commit
4d35ba2d11
1 changed files with 1 additions and 1 deletions
|
@ -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.')
|
||||
|
|
Loading…
Reference in a new issue