summaryrefslogtreecommitdiff
path: root/include/git2/blob.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-01-07 10:15:25 +0000
committerGitHub <noreply@github.com>2021-01-07 10:15:25 +0000
commitc31032a3cf449b77c1ca2a966ec3ca31f2f1fb00 (patch)
tree92b5a310acc247f13ee36d69de7324c76815280e /include/git2/blob.h
parent27e34f9b9843f7bcc33a4ccfe3e395fe303cba63 (diff)
parent855f2998acfa58ce6f4a7a1a1b3d5d48475b2330 (diff)
downloadlibgit2-c31032a3cf449b77c1ca2a966ec3ca31f2f1fb00.tar.gz
Merge pull request #5760 from libgit2/ethomson/tttoo_many_ttts
blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`
Diffstat (limited to 'include/git2/blob.h')
-rw-r--r--include/git2/blob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/blob.h b/include/git2/blob.h
index 741b28f4c..ff473993a 100644
--- a/include/git2/blob.h
+++ b/include/git2/blob.h
@@ -113,7 +113,7 @@ typedef enum {
* When set, filters will be loaded from a `.gitattributes` file
* in the HEAD commit.
*/
- GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD = (1 << 2),
+ GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD = (1 << 2),
} git_blob_filter_flag_t;
/**