diff mbox series

Documentation/git-sparse-checkout.txt: fix a typo

Message ID 1acd9e81607cc3f430a52512d7ff3cb82ccb0cfb.1578005500.git.me@ttaylorr.com (mailing list archive)
State New, archived
Headers show
Series Documentation/git-sparse-checkout.txt: fix a typo | expand

Commit Message

Taylor Blau Jan. 2, 2020, 10:51 p.m. UTC
This typo was introduced in 94c0956b60 (sparse-checkout: create builtin
with 'list' subcommand, 2019-11-21).

Signed-off-by: Taylor Blau <me@ttaylorr.com>
---
 Documentation/git-sparse-checkout.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Derrick Stolee Jan. 3, 2020, 1:05 p.m. UTC | #1
On 1/2/2020 5:51 PM, Taylor Blau wrote:
> This typo was introduced in 94c0956b60 (sparse-checkout: create builtin
> with 'list' subcommand, 2019-11-21).
> 
> Signed-off-by: Taylor Blau <me@ttaylorr.com>
> ---
>  Documentation/git-sparse-checkout.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt
> index 9c3c66cc37..a3c920fa6c 100644
> --- a/Documentation/git-sparse-checkout.txt
> +++ b/Documentation/git-sparse-checkout.txt
> @@ -5,7 +5,7 @@ NAME
>  ----
>  git-sparse-checkout - Initialize and modify the sparse-checkout
>  configuration, which reduces the checkout to a set of paths
> -given by a list of atterns.
> +given by a list of patterns.

Thanks for finding this. Obviously correct.

-Stolee
diff mbox series

Patch

diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt
index 9c3c66cc37..a3c920fa6c 100644
--- a/Documentation/git-sparse-checkout.txt
+++ b/Documentation/git-sparse-checkout.txt
@@ -5,7 +5,7 @@  NAME
 ----
 git-sparse-checkout - Initialize and modify the sparse-checkout
 configuration, which reduces the checkout to a set of paths
-given by a list of atterns.
+given by a list of patterns.
 
 
 SYNOPSIS