All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure.ac: fix misspell in comments
@ 2021-08-05  0:03 zegolem
  2021-08-05  1:34 ` Taylor Blau
  0 siblings, 1 reply; 2+ messages in thread
From: zegolem @ 2021-08-05  0:03 UTC (permalink / raw)
  To: git; +Cc: zegolem

There are two places in the file where 'you are' was written as 'your
are'.

Signed-off-by: ZIEGLER Florian <zegolem1383@outlook.fr>
---

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configure.ac: fix misspell in comments
  2021-08-05  0:03 [PATCH] configure.ac: fix misspell in comments zegolem
@ 2021-08-05  1:34 ` Taylor Blau
  0 siblings, 0 replies; 2+ messages in thread
From: Taylor Blau @ 2021-08-05  1:34 UTC (permalink / raw)
  To: zegolem; +Cc: git

On Thu, Aug 05, 2021 at 02:03:47AM +0200, zegolem wrote:
> There are two places in the file where 'you are' was written as 'your
> are'.

Thanks; these both look obviously correct to me.

> Note: I didn't review the full file for other errors

I took a brief look. Those two are the only instances of 'your are'. I
looked through all uses of 'your' to make sure there weren't other
typos, and I couldn't find any either.

Thanks,
Taylor

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-05  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  0:03 [PATCH] configure.ac: fix misspell in comments zegolem
2021-08-05  1:34 ` Taylor Blau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.