summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-02-06 02:00:19 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-02-06 02:00:19 +1100
commitdf59a6f8cf3a41989cc40b690224759aea768f96 (patch)
tree176cdce8a8a3ec49d57d3aaf75fe66622162f314 /eclass
parent0d6fbc1cd0401aa17184fa3898e8d68ba99959d5 (diff)
downloadkde-df59a6f8cf3a41989cc40b690224759aea768f96.tar.gz
kde-df59a6f8cf3a41989cc40b690224759aea768f96.tar.bz2
kde-df59a6f8cf3a41989cc40b690224759aea768f96.zip
[eclass] Spelling.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake-utils.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 16dcd33a96b..14eca2b1de0 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -22,8 +22,8 @@ ___ECLASS_ONCE_CMAKE_UTILS="recur -_+^+_- spank"
# @ECLASS-VARIABLE: WANT_CMAKE
# @DESCRIPTION:
-# Specify if cmake-utils eclass should depend on cmake optionaly or not.
-# This is usefull when only part of aplication is using cmake build system.
+# Specify if cmake-utils eclass should depend on cmake optionally or not.
+# This is useful when only part of application is using cmake build system.
# Valid values are: always [default], optional (where the value is the useflag
# used for optionality)
: ${WANT_CMAKE:=always}
@@ -141,7 +141,7 @@ _use_me_now_inverted() {
# @DESCRIPTION:
# Build directory where all cmake processed files should be generated.
# For in-source build it's fixed to ${CMAKE_USE_DIR}.
-# For out-of-source build it can be overriden, by default it uses
+# For out-of-source build it can be overridden, by default it uses
# ${WORKDIR}/${P}_build.
#
# This variable has been called CMAKE_BUILD_DIR formerly.