summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/languagepack.pm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/modules/installer/languagepack.pm')
-rw-r--r--solenv/bin/modules/installer/languagepack.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/languagepack.pm b/solenv/bin/modules/installer/languagepack.pm
index cc927b168865..a39769144de6 100644
--- a/solenv/bin/modules/installer/languagepack.pm
+++ b/solenv/bin/modules/installer/languagepack.pm
@@ -51,7 +51,7 @@ sub select_language_items
# Files with style "LANGUAGEPACK" and "FORCELANGUAGEPACK" also have to be included into the language pack.
# Files with style "LANGUAGEPACK" are only included into language packs.
# Files with style "FORCELANGUAGEPACK" are included into language packs and non language packs. They are
- # forced, because otherwise they not not be included into languagepacks.
+ # forced, because otherwise they may not be included into languagepacks.
my $styles = "";
if ( $oneitem->{'Styles'} ) { $styles = $oneitem->{'Styles'}; }