summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-12-02 20:08:05 +0100
committerManuel Rüger <mrueg@gentoo.org>2014-12-02 20:08:05 +0100
commit25f0d315c85db3e76cc0b3bb42bf5c27924030ac (patch)
tree29e0eaf8ccc70d0541edcb9caf0e66774d1176f2
parent5c21a0c591ac0371c49beb76243490a26797330a (diff)
downloadkde-25f0d315c85db3e76cc0b3bb42bf5c27924030ac.tar.gz
kde-25f0d315c85db3e76cc0b3bb42bf5c27924030ac.tar.bz2
kde-25f0d315c85db3e76cc0b3bb42bf5c27924030ac.zip
[eclass] Fix typo.
-rw-r--r--eclass/kde4-base.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 96f356f18d1..e9df3d1a372 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.