summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-03-12 16:33:50 -0800
committerChristopher Aillon <caillon@redhat.com>2011-03-18 15:00:18 -0700
commit25ccac45b39262c77afcb5a606ed997edec5a45d (patch)
tree39812b2a5040004f5e6dea3b830e37c61af778c2 /firefox.sh.in
parenttypo fix: s/LAUCHER/LAUNCHER/ (diff)
downloadlibrewolf-fedora-ff-25ccac45b39262c77afcb5a606ed997edec5a45d.tar.gz
librewolf-fedora-ff-25ccac45b39262c77afcb5a606ed997edec5a45d.tar.bz2
librewolf-fedora-ff-25ccac45b39262c77afcb5a606ed997edec5a45d.zip
typo fix: s/completelly/completely/
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 073b654..92149cc 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -164,7 +164,7 @@ FEDORA_LANGPACK_CONFIG="$MOZ_EXTENSIONS_PROFILE_DIR/.fedora-langpack-install"
# check system locale
MOZARGS=
-# MOZ_DISABLE_LANGPACKS disables language packs completelly
+# MOZ_DISABLE_LANGPACKS disables language packs completely
MOZILLA_DOWN=0
if ! [ $MOZ_DISABLE_LANGPACKS ] || [ $MOZ_DISABLE_LANGPACKS -eq 0 ]; then
if [ -x $MOZ_XUL_DIR/mozilla-xremote-client ]; then
bgstack15