diff options
author | Vicent Marti <tanoku@gmail.com> | 2014-06-20 14:42:16 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2014-06-20 14:42:16 +0200 |
commit | 28f087c8642ff9c8dd6964e101e6d8539db6281a (patch) | |
tree | 3518d1bf420e92c964bed03074575d8a1db88654 /docs/diff-internals.md | |
parent | 4b0a36e881506a02b43a4ae3c19c93c919b36eeb (diff) | |
parent | 1589aa0c4d48fb130d8a5db28c45cd3d173cde6d (diff) | |
download | libgit2-28f087c8642ff9c8dd6964e101e6d8539db6281a.tar.gz |
libgit2 v0.21.0v0.21.0
Diffstat (limited to 'docs/diff-internals.md')
-rw-r--r-- | docs/diff-internals.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/diff-internals.md b/docs/diff-internals.md index cf8ad5383..da4c5a17c 100644 --- a/docs/diff-internals.md +++ b/docs/diff-internals.md @@ -21,7 +21,7 @@ content, everything goes through diff drivers that are implemented in External Objects ---------------- -* `git_diff_options` repesents user choices about how a diff should be +* `git_diff_options` represents user choices about how a diff should be performed and is passed to most diff generating functions. * `git_diff_file` represents an item on one side of a possible delta * `git_diff_delta` represents a pair of items that have changed in some @@ -37,7 +37,7 @@ External Objects header that compactly represents that information, and it will have a number of lines of context surrounding added and deleted lines. * A `line` is simple a line of data along with a `git_diff_line_t` value - that tells how the data should be interpretted (e.g. context or added). + that tells how the data should be interpreted (e.g. context or added). Internal Objects ---------------- |