diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2020-09-30 21:10:14 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2020-09-30 21:10:14 +0200 |
commit | 2aac895fb6a7b19dada73f55041b710670befa49 (patch) | |
tree | 751f890d896b4db7f40dc6c56e7c9fc67736ea2e /acinclude.m4 | |
parent | 021f2c25fd7fbe2887ed156354f8919c0d06a412 (diff) | |
download | curl-2aac895fb6a7b19dada73f55041b710670befa49.tar.gz |
src: Consistently spell whitespace without whitespace
Whitespace is spelled without a space between white and space, so
make sure to consistently spell it that way across the codebase.
Closes #6023
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Emil Engler <me@emilengler.com>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 089449bac..e7a36e4bd 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -661,7 +661,7 @@ dnl ------------------------------------------------- dnl Check for libraries needed for WINLDAP support, dnl and prepended to LIBS any needed libraries. dnl This macro can take an optional parameter with a -dnl white space separated list of libraries to check +dnl whitespace separated list of libraries to check dnl before the WINLDAP default ones. AC_DEFUN([CURL_CHECK_LIBS_WINLDAP], [ @@ -755,7 +755,7 @@ dnl ------------------------------------------------- dnl Check for libraries needed for LDAP support, dnl and prepended to LIBS any needed libraries. dnl This macro can take an optional parameter with a -dnl white space separated list of libraries to check +dnl whitespace separated list of libraries to check dnl before the default ones. AC_DEFUN([CURL_CHECK_LIBS_LDAP], [ |