diff options
author | Kevin Sawicki <kevin@github.com> | 2013-01-06 10:39:35 -0800 |
---|---|---|
committer | Kevin Sawicki <kevin@github.com> | 2013-01-06 10:39:35 -0800 |
commit | 7eb222fc7d392e8570e93373d7ffc7f67ea792cc (patch) | |
tree | bccfb6acf06f51f9566b505bf7bf6233b6678e2e /include/git2/diff.h | |
parent | e5562e181cd76d3b0447011bc892c86b03ed2952 (diff) | |
download | libgit2-7eb222fc7d392e8570e93373d7ffc7f67ea792cc.tar.gz |
Correct typos in documentation
Diffstat (limited to 'include/git2/diff.h')
-rw-r--r-- | include/git2/diff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h index b26dd4214..760de6fd1 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -241,8 +241,8 @@ typedef struct { * callback functions and you can use the contents to understand exactly * what has changed. * - * The `old_file` repesents the "from" side of the diff and the `new_file` - * repesents to "to" side of the diff. What those means depend on the + * The `old_file` represents the "from" side of the diff and the `new_file` + * represents to "to" side of the diff. What those means depend on the * function that was used to generate the diff and will be documented below. * You can also use the `GIT_DIFF_REVERSE` flag to flip it around. * |