sparse-checkout: fix documentation typo for core.sparseCheckoutCone
authorJeff King <redacted>
Fri, 24 Jan 2020 21:19:35 +0000 (21:19 +0000)
committerJunio C Hamano <redacted>
Fri, 24 Jan 2020 21:26:54 +0000 (13:26 -0800)
Signed-off-by: Jeff King <redacted>
Signed-off-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-sparse-checkout.txt

index 3b341cf0fce3c173d9b953e82dd5f3b0453f5603..4834fb434d1ddd44b59a7d98012c6f50ac7f6dfa 100644 (file)
@@ -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:
 
git clone https://git.99rst.org/PROJECT