From: Taylor Blau Date: Thu, 2 Jan 2020 22:51:40 +0000 (-0700) Subject: Documentation/git-sparse-checkout.txt: fix a typo X-Git-Tag: v2.25.0-rc2~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=757ff352bd66de31715580f8c525e54ad30b22eb;p=thirdparty%2Fgit.git Documentation/git-sparse-checkout.txt: fix a typo This typo was introduced in 94c0956b60 (sparse-checkout: create builtin with 'list' subcommand, 2019-11-21). Signed-off-by: Taylor Blau Acked-by: Derrick Stolee Signed-off-by: Junio C Hamano --- 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