diff options
author | André Silva <emulatorman@hyperbola.info> | 2018-07-17 17:16:11 -0300 |
---|---|---|
committer | André Silva <emulatorman@hyperbola.info> | 2018-07-17 17:16:11 -0300 |
commit | d138d78a1e01cf7d196b8acfbf6203351d11ed1c (patch) | |
tree | d22f446831586be68fb3aebd268c52e2705a2e58 | |
parent | 93cc98c9436c06e0a49aa819607e51636e289b9d (diff) | |
download | iceweasel-uxp-d138d78a1e01cf7d196b8acfbf6203351d11ed1c.tar.gz |
Minor fix
-rwxr-xr-x | confvars.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/confvars.sh b/confvars.sh index 13e18aa..1fc9c16 100755 --- a/confvars.sh +++ b/confvars.sh @@ -21,7 +21,7 @@ fi # For Iceweasel-UXP we want to use 52.9.YYYYMMDD as MOZ_APP_VERSION in release # builds so add-on developers have something to target while maintaining -# Firefox compatiblity. +# Firefox compatibility. # To enable add "export ICEWEASEL_VERSION=1" to the .mozconfig file. # However, this will cause a full rebuild at 00:00 UTC every day so # don't export the variable if you are in development or don't care. |