commit:     202f13a096032e2263ed607134485db316c9195e
Author:     Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Thu Mar 29 02:33:34 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 20:21:02 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=202f13a0

eclass: misc spelling fixes

 eclass/cmake-utils.eclass | 2 +-
 eclass/kde5.eclass        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index f6952ec09e..3302f27608 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 bb4d4f9051..ff6ae46e2d 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

Reply via email to