]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-sparse-checkout.txt: fix a typo
authorTaylor Blau <me@ttaylorr.com>
Thu, 2 Jan 2020 22:51:40 +0000 (15:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 4 Jan 2020 22:40:29 +0000 (14:40 -0800)
This typo was introduced in 94c0956b60 (sparse-checkout: create builtin
with 'list' subcommand, 2019-11-21).

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Acked-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-sparse-checkout.txt

index 9c3c66cc37b3a49be9f9466cbe2d1cf7486ffb8c..a3c920fa6cb1f0bfb9952bc1f80cfd0991fbb4dd 100644 (file)
@@ -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