commit: 25f0d315c85db3e76cc0b3bb42bf5c27924030ac
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 2 19:08:05 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 19:08:05 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=25f0d315
[eclass] Fix typo.
---
eclass/kde4-base.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 96f356f..e9df3d1 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -341,7 +341,7 @@ fi
# add a dependency over kde-l10n
if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} ]]; then
for _lingua in ${KDE_LINGUAS}; do
- # if our package has lignuas, pull in kde-l10n with selected
lingua enabled,
+ # if our package has linguas, pull in kde-l10n with selected
lingua enabled,
# but only for selected ones.
# this can't be done on one line because if user doesn't use
any localisation
# then he is probably not interested in kde-l10n at all.