mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-15 06:01:32 +00:00
fix typos in docs
This commit is contained in:
parent
ca1fba5115
commit
27f680a998
@ -21,7 +21,7 @@ content, everything goes through diff drivers that are implemented in
|
|||||||
External Objects
|
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.
|
performed and is passed to most diff generating functions.
|
||||||
* `git_diff_file` represents an item on one side of a possible delta
|
* `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
|
* `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
|
header that compactly represents that information, and it will have a
|
||||||
number of lines of context surrounding added and deleted lines.
|
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
|
* 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
|
Internal Objects
|
||||||
----------------
|
----------------
|
||||||
|
Loading…
Reference in New Issue
Block a user