Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-05-01 17:04:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-05-01 17:04:26 +0200
commit812c04f59e7ff8b6d8fef45b58a2d3d1853b5329 (patch)
treee1db6b6664ff8984cad27615edb7521d3cbe80c1
parentf14bc42870577dcf2b2910cfd37dfaa514606457 (diff)
extra/firefox: fixed typos in comments
-rw-r--r--extra/firefox/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index 7c04e322..238a82fd 100644
--- a/extra/firefox/PKGBUILD
+++ b/extra/firefox/PKGBUILD
@@ -224,8 +224,8 @@ eval "$(
'
)"
-# 214:49.30 /build/firefox/src/firefox-99.0.1/modules/fdlibm/src/math_private.h:34:21: error: conflicting d
-# eclaration ‘typedef __double_t double_t’
+# 214:49.30 /build/firefox/src/firefox-99.0.1/modules/fdlibm/src/math_private.h:34:21: error: conflicting
+# declaration ‘typedef __double_t double_t’
source+=('firefox-99.0.1-fdlibm-double.patch')
sha256sums+=('62695e56daf8c0b8bb921980d475b3fd169b9134188ad9ffaeb9cd660589c23d')
eval "$(
@@ -236,7 +236,7 @@ eval "$(
)"
# disable stripping in mozconfig.<arch> (insists to use llvm-strip which runs
-# out of memory on libxul.so. Now 2.5 GB can be strupped to 166 MB, so we do
+# out of memory on libxul.so). Now 2.5 GB can be stripped to 166 MB, so we do
# that with the normal 'strip' from binutils after 'mach install'
eval "$(
declare -f package | \