diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-03-12 16:33:50 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-03-18 15:00:18 -0700 |
commit | 25ccac45b39262c77afcb5a606ed997edec5a45d (patch) | |
tree | 39812b2a5040004f5e6dea3b830e37c61af778c2 | |
parent | typo fix: s/LAUCHER/LAUNCHER/ (diff) | |
download | librewolf-fedora-ff-25ccac45b39262c77afcb5a606ed997edec5a45d.tar.gz librewolf-fedora-ff-25ccac45b39262c77afcb5a606ed997edec5a45d.tar.bz2 librewolf-fedora-ff-25ccac45b39262c77afcb5a606ed997edec5a45d.zip |
typo fix: s/completelly/completely/
-rw-r--r-- | firefox.sh.in | 2 |
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 |