diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-01-05 12:18:05 +0200 |
|---|---|---|
| committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-01-05 16:35:52 +0200 |
| commit | 90df43022a011f23f13b7a77a956e3f64e4134a5 (patch) | |
| tree | b7a0a0e24c5dae8bdb277954c33f75d822503af6 /include/git2/attr.h | |
| parent | 82f526a9129373d899782c411774c8e396cae4e4 (diff) | |
| download | libgit2-90df43022a011f23f13b7a77a956e3f64e4134a5.tar.gz | |
Fix typos
Diffstat (limited to 'include/git2/attr.h')
| -rw-r--r-- | include/git2/attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/attr.h b/include/git2/attr.h index 157192c9d..04f3c7c29 100644 --- a/include/git2/attr.h +++ b/include/git2/attr.h @@ -344,7 +344,7 @@ GIT_EXTERN(int) git_attr_cache_flush( * Add a macro definition. * * Macros will automatically be loaded from the top level `.gitattributes` - * file of the repository (plus the build-in "binary" macro). This + * file of the repository (plus the built-in "binary" macro). This * function allows you to add others. For example, to add the default * macro, you would call: * |
