[Privoxy-commits] [privoxy] 03/06: windows/MYconfigure: Fix spelling of 'difference' in a comment
User Git
git at git.privoxy.org
Wed Jun 15 09:11:25 UTC 2022
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit ed36fcd3daa7d4696342ebe738d36c4348705cd5
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jun 14 05:45:51 2022 +0200
windows/MYconfigure: Fix spelling of 'difference' in a comment
---
windows/MYconfigure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/MYconfigure b/windows/MYconfigure
index 4d0f2ae1..832581d2 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -52,7 +52,7 @@ LDFLAGS="${LDFLAGS} -fstack-protector-strong"
# -D_FORTIFY_SOURCE: detect some buffer overflow errors
# ***>> requires compiler optimization level 1 or above <<***
# see : https://gcc.gnu.org/legacy-ml/gcc-patches/2004-09/msg02055.html
-# The diffence between -D_FORTIFY_SOURCE=1 and -D_FORTIFY_SOURCE=2 is e.g. for
+# The difference between -D_FORTIFY_SOURCE=1 and -D_FORTIFY_SOURCE=2 is e.g. for
# struct S { struct T { char buf[5]; int x; } t; char buf[20]; } var;
# With -D_FORTIFY_SOURCE=1,
# strcpy (&var.t.buf[1], "abcdefg");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list