From 25ccac45b39262c77afcb5a606ed997edec5a45d Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sat, 12 Mar 2011 16:33:50 -0800 Subject: typo fix: s/completelly/completely/ --- firefox.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit