summaryrefslogtreecommitdiffstats
path: root/Documentation/gitattributes.txt
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2017-01-27 18:01:52 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-01 13:46:52 -0800
commitfaa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1 (patch)
treeaca34b2a4f9c8a15b581969b32baa46edbc717c4 /Documentation/gitattributes.txt
parent4c0ce0742b19c2a430b809224911b9212313265f (diff)
downloadgit-faa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1.tar.gz
git-faa4e8ceb5c37dd6ae8c89a02b5e2651276fe0f1.tar.xz
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>
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 3173dee7e..a53d093ca 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 `!`.