aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-27 10:15:05 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-05-27 12:37:08 -0400
commitfab893e0caf510d4836a20194892ef9c71426c51 (patch)
treeb1da864ab953501de224c2874f30b65754e4703b /configure.ac
parent793e0ff22cbace2a0fbe1e4a2e88a7bc6bf44502 (diff)
downloadbitcoin-fab893e0caf510d4836a20194892ef9c71426c51.tar.xz
doc: Fix unrelated typos reported by codespell
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f0c5dbd7a..f3b603e48a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -808,7 +808,7 @@ if test x$use_hardening != xno; then
fi
dnl These flags are specific to ld64, and may cause issues with other linkers.
-dnl For example: GNU ld will intepret -dead_strip as -de and then try and use
+dnl For example: GNU ld will interpret -dead_strip as -de and then try and use
dnl "ad_strip" as the symbol for the entry point.
if test x$TARGET_OS = xdarwin; then
AX_CHECK_LINK_FLAG([[-Wl,-dead_strip]], [LDFLAGS="$LDFLAGS -Wl,-dead_strip"],, [[$LDFLAG_WERROR]])