diff options
| author | Mike Frysinger <vapier@chromium.org> | 2018-03-28 22:33:34 -0400 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-29 22:21:02 +0200 |
| commit | 202f13a096032e2263ed607134485db316c9195e (patch) | |
| tree | 229b3d54a2e76f22f061c7980973aa8c1f90d2b3 /eclass | |
| parent | ac2de6d07d14cbecc542aa139f375be16b828d04 (diff) | |
| download | kde-202f13a096032e2263ed607134485db316c9195e.tar.gz kde-202f13a096032e2263ed607134485db316c9195e.tar.bz2 kde-202f13a096032e2263ed607134485db316c9195e.zip | |
eclass: misc spelling fixes
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/cmake-utils.eclass | 2 | ||||
| -rw-r--r-- | eclass/kde5.eclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index f6952ec09ef..3302f27608b 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -653,7 +653,7 @@ cmake-utils_src_configure() { fi # Common configure parameters (overridable) - # NOTE CMAKE_BUILD_TYPE can be only overriden via CMAKE_BUILD_TYPE eclass variable + # NOTE CMAKE_BUILD_TYPE can be only overridden via CMAKE_BUILD_TYPE eclass variable # No -DCMAKE_BUILD_TYPE=xxx definitions will be in effect. local cmakeargs=( ${warn_unused_cli} diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index bb4d4f90514..ff6ae46e2dd 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -19,7 +19,7 @@ # of this eclass's API. # # This eclass's phase functions are not intended to be mixed and matched, so if -# any phase functions are overriden the version here should also be called. +# any phase functions are overridden the version here should also be called. if [[ -z ${_KDE5_ECLASS} ]]; then _KDE5_ECLASS=1 |
