There are two places in the file where 'you are' was written as 'your are'. Signed-off-by: ZIEGLER Florian <zegolem1383@xxxxxxxxxx> --- Note: I didn't review the full file for other errors configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 031e8d3fee..44fd314a2e 100644 --- a/configure.ac +++ b/configure.ac @@ -955,7 +955,7 @@ else fi GIT_CONF_SUBST([NO_REGEX]) # -# Define FREAD_READS_DIRECTORIES if your are on a system which succeeds +# Define FREAD_READS_DIRECTORIES if you are on a system which succeeds # when attempting to read from an fopen'ed directory. AC_CACHE_CHECK([whether system succeeds to read fopen'ed directory], [ac_cv_fread_reads_directories], @@ -975,7 +975,7 @@ else fi GIT_CONF_SUBST([FREAD_READS_DIRECTORIES]) # -# Define SNPRINTF_RETURNS_BOGUS if your are on a system which snprintf() +# Define SNPRINTF_RETURNS_BOGUS if you are on a system which snprintf() # or vsnprintf() return -1 instead of number of characters which would # have been written to the final string if enough space had been available. AC_CACHE_CHECK([whether snprintf() and/or vsnprintf() return bogus value], -- 2.32.0