aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-sparse-checkout.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-01-24 21:19:35 +0000
committerJunio C Hamano <gitster@pobox.com>2020-01-24 13:26:54 -0800
commit7aa9ef2fcaa986d7f11064adab6d1c010d4f2ead (patch)
treedb1f5b984aa182c5254a1408268406dc62d9d4fa /Documentation/git-sparse-checkout.txt
parent47dbf10d8a5ce8c9b441a16b7698c7d70585dff0 (diff)
downloadgit-7aa9ef2fcaa986d7f11064adab6d1c010d4f2ead.tar.gz
sparse-checkout: fix documentation typo for core.sparseCheckoutCone
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-sparse-checkout.txt')
-rw-r--r--Documentation/git-sparse-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt
index 3b341cf0fc..4834fb434d 100644
--- a/Documentation/git-sparse-checkout.txt
+++ b/Documentation/git-sparse-checkout.txt
@@ -106,7 +106,7 @@ The full pattern set allows for arbitrary pattern matches and complicated
inclusion/exclusion rules. These can result in O(N*M) pattern matches when
updating the index, where N is the number of patterns and M is the number
of paths in the index. To combat this performance issue, a more restricted
-pattern set is allowed when `core.spareCheckoutCone` is enabled.
+pattern set is allowed when `core.sparseCheckoutCone` is enabled.
The accepted patterns in the cone pattern set are: