summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2017-01-28 02:01:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-02-01 21:46:52 (GMT)
commitfaa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1 (patch)
treeaca34b2a4f9c8a15b581969b32baa46edbc717c4
parent4c0ce0742b19c2a430b809224911b9212313265f (diff)
downloadgit-faa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1.zip
git-faa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1.tar.gz
git-faa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1.tar.bz2
Documentation: fix a typo
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Brandon Williams <bmwill@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 3173dee..a53d093 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 `!`.