diff options
| -rw-r--r-- | eclass/kde4-base.eclass | 2 |
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. |
