diff options
| -rw-r--r-- | eclass/kde4-functions.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 957ca269de0..63fc43c3fa0 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -52,7 +52,7 @@ else fi export KDE_BUILD_TYPE -# Set reponame and SCM for moduleses that have fully migrated to git +# Set reponame and SCM for modules that have fully migrated to git # (hack - it's here because it needs to be before SCM inherits from kde4-base) if [[ ${KDE_BUILD_TYPE} == live ]]; then case "${KMNAME}" in |
