summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2016-05-18 18:09:32 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-25 15:48:29 -0700
commit733a0436dcbb6e9ab12ffbf52ce41e5d77d49bf0 (patch)
treeffceb845e003b517088e9e24c512294035da52fe
parent2db3c53f9c495d5685ea811e8e407725c231b56b (diff)
downloadgit-733a0436dcbb6e9ab12ffbf52ce41e5d77d49bf0.tar.gz
Documentation: fix a typo
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 2990c1638d..e404950564 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -88,7 +88,7 @@ is either not set or empty, $HOME/.config/git/attributes is used instead.
Attributes for all users on a system should be placed in the
`$(prefix)/etc/gitattributes` file.
-Sometimes you would need to override an setting of an attribute
+Sometimes you would need to override a setting of an attribute
for a path to `Unspecified` state. This can be done by listing
the name of the attribute prefixed with an exclamation point `!`.