summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Silva <emulatorman@hyperbola.info>2018-07-17 12:22:00 -0300
committerAndré Silva <emulatorman@hyperbola.info>2018-07-17 12:22:00 -0300
commit581be022c4b64c7969126e14c27b096772fc489b (patch)
tree045f21f04d18931f5b58267b89da98d2ac0fd60b
parent82d264c2c07c5615e5ead0ff51c60867e72cd3d7 (diff)
downloadiceweasel-uxp-581be022c4b64c7969126e14c27b096772fc489b.tar.gz
Minor fix
-rw-r--r--app/application.ini4
-rwxr-xr-xconfvars.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/application.ini b/app/application.ini
index 9bb0133..ba20db1 100644
--- a/app/application.ini
+++ b/app/application.ini
@@ -20,7 +20,7 @@
[App]
# Vendor=@MOZ_APP_VENDOR@
-; We use "Mozilla" and "Firefox" here strictly for backwards compatiblity in the folder structure.
+; We use "Mozilla" and "Firefox" here strictly for backwards compatibility in the folder structure.
Vendor=Mozilla
# Name=@MOZ_APP_BASENAME@
Name=Firefox
@@ -48,4 +48,4 @@ MaxVersion=@GRE_MILESTONE@
[XRE]
#ifdef MOZ_PROFILE_MIGRATOR
EnableProfileMigrator=1
-#endif \ No newline at end of file
+#endif
diff --git a/confvars.sh b/confvars.sh
index efdf24a..183e191 100755
--- a/confvars.sh
+++ b/confvars.sh
@@ -19,7 +19,7 @@ if test "$OS_ARCH" = "WINNT"; then
MOZ_MAINTENANCE_SERVICE=
fi
-# For Iceweasel we want to use 52.9.0_YYYYMMDD as MOZ_APP_VERSION in release
+# For Iceweasel-UXP we want to use 52.9.0_YYYYMMDD as MOZ_APP_VERSION in release
# builds so add-on developers have something to target while maintaining
# Firefox compatiblity.
# To enable add "export ICEWEASEL_VERSION=1" to the .mozconfig file.