File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Calling sequence
3232
3333* As you find different pairs of files, call `diff_change()` to feed
3434 modified files, `diff_addremove()` to feed created or deleted files,
35- or `diff_unmerged ()` to feed a file whose state is 'unmerged' to the
35+ or `diff_unmerge ()` to feed a file whose state is 'unmerged' to the
3636 API. These are thin wrappers to a lower-level `diff_queue()` function
3737 that is flexible enough to record any of these kinds of changes.
3838
@@ -50,7 +50,7 @@ Data structures
5050This is the internal representation for a single file (blob). It
5151records the blob object name (if known -- for a work tree file it
5252typically is a NUL SHA-1), filemode and pathname. This is what the
53- `diff_addremove()`, `diff_change()` and `diff_unmerged ()` synthesize and
53+ `diff_addremove()`, `diff_change()` and `diff_unmerge ()` synthesize and
5454feed `diff_queue()` function with.
5555
5656* `struct diff_filepair`
You can’t perform that action at this time.
0 commit comments