diff options
| author | Edward Thomson <ethomson@github.com> | 2016-02-22 10:16:49 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2016-02-22 10:16:49 -0500 |
| commit | 305c4f95ce365a68db3895ed6852cd82f7315811 (patch) | |
| tree | da6a14e9029693e7b1abfbc60350386a6cac886f /include/git2 | |
| parent | c8fe6c0975431e92d3dc4569734f30923b64dd18 (diff) | |
| parent | 88ab3be6f52a6711d63266a296b6d569dc299019 (diff) | |
| download | libgit2-305c4f95ce365a68db3895ed6852cd82f7315811.tar.gz | |
Merge pull request #3627 from libgit2/cmn/typo
Fix a few checkout -> rebase typos
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/rebase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/rebase.h b/include/git2/rebase.h index ece8b3664..9b9065ee4 100644 --- a/include/git2/rebase.h +++ b/include/git2/rebase.h @@ -64,7 +64,7 @@ typedef struct { /** * Options to control how files are written during `git_rebase_init`, - * `git_checkout_next` and `git_checkout_abort`. Note that a minimum + * `git_rebase_next` and `git_rebase_abort`. Note that a minimum * strategy of `GIT_CHECKOUT_SAFE` is defaulted in `init` and `next`, * and a minimum strategy of `GIT_CHECKOUT_FORCE` is defaulted in * `abort` to match git semantics. |
