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/diff.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/diff.h')
-rw-r--r-- | include/git2/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h index bafe6268c..a0e8ad6d2 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -155,7 +155,7 @@ typedef int (*git_diff_hunk_fn)( * * These values describe where a line came from and will be passed to * the git_diff_data_fn when iterating over a diff. There are some - * special origin contants at the end that are used for the text + * special origin constants at the end that are used for the text * output callbacks to demarcate lines that are actually part of * the file or hunk headers. */ |