diff options
author | André Silva <emulatorman@hyperbola.info> | 2018-07-17 12:22:00 -0300 |
---|---|---|
committer | André Silva <emulatorman@hyperbola.info> | 2018-07-17 12:22:00 -0300 |
commit | 581be022c4b64c7969126e14c27b096772fc489b (patch) | |
tree | 045f21f04d18931f5b58267b89da98d2ac0fd60b /app | |
parent | 82d264c2c07c5615e5ead0ff51c60867e72cd3d7 (diff) | |
download | iceweasel-uxp-581be022c4b64c7969126e14c27b096772fc489b.tar.gz |
Minor fix
Diffstat (limited to 'app')
-rw-r--r-- | app/application.ini | 4 |
1 files changed, 2 insertions, 2 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 |