Skip to content

Commit

Permalink
Merge PR #2764: python.pri: Correct typo "unble" to "unable"
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Jan 22, 2017
2 parents b5aef4c + 63280fc commit c2f6865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.pri
Expand Up @@ -46,7 +46,7 @@ win32 {
# If it isn't available, it will not print anything.
WHICH=$$system(which which 2>/dev/null)
isEmpty(WHICH) {
message("The 'which' command is not available on the system. Unble to search for Python installations. Assuming 'python'... If this is not correct, please point the MUMBLE_PYTHON environment variable at a working Python 2 or Python 3 binary.")
message("The 'which' command is not available on the system. Unable to search for Python installations. Assuming 'python'... If this is not correct, please point the MUMBLE_PYTHON environment variable at a working Python 2 or Python 3 binary.")
PYTHON=python
}
}
Expand Down

0 comments on commit c2f6865

Please sign in to comment.