summaryrefslogtreecommitdiff
path: root/docs/diff-internals.md
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-12-01 04:10:51 -0800
committerVicent Martí <vicent@github.com>2013-12-01 04:10:51 -0800
commit14984af6cb9906746d2c64c5df7542ecd7406b16 (patch)
tree83609c2307a85efce1f20fd662fa8cff098147bd /docs/diff-internals.md
parentca1fba51156b88108e6686ef7b95d9f833ac5bc1 (diff)
parent27f680a9981202ed47764232f67a8d043de9286c (diff)
downloadlibgit2-14984af6cb9906746d2c64c5df7542ecd7406b16.tar.gz
Merge pull request #1975 from nikai3d/patch-2
fix typos in docs
Diffstat (limited to 'docs/diff-internals.md')
-rw-r--r--docs/diff-internals.md4
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
----------------