summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-04-08 19:33:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-04-08 19:33:54 -0700
commitb431c6b542d898cb2c07a2c0f843b9865d0eb08b (patch)
treef42c73dfa93841c48ae79d858e0b667221f10265
parentUpdated to 0.9.16.1 (diff)
downloadendless-sky-b431c6b542d898cb2c07a2c0f843b9865d0eb08b.tar.xz
Rephrase duplicate compile note.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8196ff1..64eb203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -91,7 +91,7 @@ package() {
# For reasons of black magic, adding these flags again prevents a second compilation during this step.
# This halves compilation time.
- # Also prevents this second compilation from being using in the package wwith incorrect FLAGS.
+ # Also prevents this second compilation from being used in the resulting package with incorrect FLAGS.
# Madness.
export CFLAGS="$CFLAGS -O3 -fPIE"
export CXXFLAGS="$CXXFLAGS -O3 -fPIE"