Skip to content

Commit 305c4f9

Browse files
author
Edward Thomson
committed
Merge pull request libgit2#3627 from libgit2/cmn/typo
Fix a few checkout -> rebase typos
2 parents c8fe6c0 + 88ab3be commit 305c4f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ v0.23
328328

329329
* `git_rebase_options` now contains a `git_checkout_options` struct
330330
that will be used for functions that modify the working directory,
331-
namely `git_checkout_init`, `git_checkout_next` and
332-
`git_checkout_abort`. As a result, `git_rebase_open` now also takes
331+
namely `git_rebase_init`, `git_rebase_next` and
332+
`git_rebase_abort`. As a result, `git_rebase_open` now also takes
333333
a `git_rebase_options` and only the `git_rebase_init` and
334334
`git_rebase_open` functions take a `git_rebase_options`, where they
335335
will persist the options to subsequent `git_rebase` calls.

include/git2/rebase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ typedef struct {
6464

6565
/**
6666
* Options to control how files are written during `git_rebase_init`,
67-
* `git_checkout_next` and `git_checkout_abort`. Note that a minimum
67+
* `git_rebase_next` and `git_rebase_abort`. Note that a minimum
6868
* strategy of `GIT_CHECKOUT_SAFE` is defaulted in `init` and `next`,
6969
* and a minimum strategy of `GIT_CHECKOUT_FORCE` is defaulted in
7070
* `abort` to match git semantics.

0 commit comments

Comments
 (0)