diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2018-09-07 09:06:35 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-09-07 09:06:35 +0300 |
commit | a519c29e93de84e949ac308831160102cc733e59 (patch) | |
tree | 9ff6075071ef555568910bd2a42dcac0b57d25e6 /attic/modules/FindPyQt4.cmake | |
parent | 381c44c1f4d894512c61c1fbded0a4ea4d872b81 (diff) | |
download | extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.gz extra-cmake-modules-a519c29e93de84e949ac308831160102cc733e59.tar.bz2 |
Fix minor EBN issues
Diffstat (limited to 'attic/modules/FindPyQt4.cmake')
-rw-r--r-- | attic/modules/FindPyQt4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attic/modules/FindPyQt4.cmake b/attic/modules/FindPyQt4.cmake index 3c7d2885..dab7a9f1 100644 --- a/attic/modules/FindPyQt4.cmake +++ b/attic/modules/FindPyQt4.cmake @@ -9,7 +9,7 @@ # Find the installed version of PyQt4. FindPyQt4 should only be called after # Python has been found. # -# This file defines the following variables, which can also be overriden by +# This file defines the following variables, which can also be overridden by # users: # # PYQT4_VERSION - The version of PyQt4 found expressed as a 6 digit hex number |