diff options
| author | Vicent Martà <tanoku@gmail.com> | 2012-05-19 07:10:22 -0700 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2012-05-19 07:10:22 -0700 |
| commit | f7ed0c344713f5391fa7e63e7b432fde0896bf89 (patch) | |
| tree | a97f69fd7bace881a10ca650e2461078e6391ccd /include/git2/oid.h | |
| parent | ad5df35a47d56c3d716d7a56eac4aeb611987c11 (diff) | |
| parent | d73c94b21c58d78a7bf268bc9e3b0f4daa11e514 (diff) | |
| download | libgit2-f7ed0c344713f5391fa7e63e7b432fde0896bf89.tar.gz | |
Merge pull request #713 from waywardmonkeys/spelling
Fix spelling errors.
Diffstat (limited to 'include/git2/oid.h')
| -rw-r--r-- | include/git2/oid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/oid.h b/include/git2/oid.h index c06458d24..a05b40a37 100644 --- a/include/git2/oid.h +++ b/include/git2/oid.h @@ -84,7 +84,7 @@ GIT_EXTERN(void) git_oid_fmt(char *str, const git_oid *oid); * Format a git_oid into a loose-object path string. * * The resulting string is "aa/...", where "aa" is the first two - * hex digitis of the oid and "..." is the remaining 38 digits. + * hex digits of the oid and "..." is the remaining 38 digits. * * @param str output hex string; must be pointing at the start of * the hex sequence and have at least the number of bytes |
