The example want's to explain how 'To see how attributes "crlf" and
"indent" are set for different paths.'
Spell the selected attribute correctly.
Signed-off-by: Stefan Beller <redacted>
---
Documentation/technical/api-gitattributes.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/technical/api-gitattributes.txt b/Documentation/technical/api-gitattributes.txt
index 2602668..0d7e98c 100644
--- a/Documentation/technical/api-gitattributes.txt
+++ b/Documentation/technical/api-gitattributes.txt
@@ -74,7 +74,7 @@ static void setup_check(void)
if (check[0].attr)
return; /* already done */
check[0].attr = git_attr("crlf");
- check[1].attr = git_attr("ident");
+ check[1].attr = git_attr("indent");
}
------------
--
2.8.2.397.g23dc3dd.dirty