summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-16 07:46:25 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-16 07:46:28 -0700
commit6efaa74dd3c87850ba9573ec841873d40dd5ea52 (patch)
treebd382035a124d74f5700cba93b25b414152e6938 /configure.ac
parent5496eda5d18afb67fdae4e482a97516cab1e0267 (diff)
downloadrsync-6efaa74dd3c87850ba9573ec841873d40dd5ea52.tar.gz
More spelling fixes from Fossies
https://fossies.org/linux/test/rsync-master.tar.gz/codespell.html
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 54ff2c46..bd43c3f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -763,7 +763,7 @@ AC_ARG_ENABLE(iconv,
AS_HELP_STRING([--disable-iconv],[disable rsync's --iconv option]),
[], [enable_iconv=$enable_iconv_open])
AH_TEMPLATE([ICONV_OPTION],
-[Define if you want the --iconv option. Specifing a value will set the
+[Define if you want the --iconv option. Specifying a value will set the
default iconv setting (a NULL means no --iconv processing by default).])
if test x"$enable_iconv" != x"no"; then
if test x"$enable_iconv" = x"yes"; then