diff options
author | Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com> | 2016-02-03 17:27:04 -0500 |
---|---|---|
committer | Nicolas Vanheuverzwijn <nicolas.vanheu@gmail.com> | 2016-02-03 17:27:04 -0500 |
commit | 1087e6be88bd43be8ce46975258758af224171f9 (patch) | |
tree | 0a5f6fca68ef3fe5c7bc442e734112c01a7358c9 /include/git2/rebase.h | |
parent | 0f9d15493d5d8ad4353dd7beed52c9567334f6e5 (diff) | |
download | libgit2-1087e6be88bd43be8ce46975258758af224171f9.tar.gz |
Fix a typo in documentation
Diffstat (limited to 'include/git2/rebase.h')
-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 d9aa175c7..cf1b00fd9 100644 --- a/include/git2/rebase.h +++ b/include/git2/rebase.h @@ -41,7 +41,7 @@ typedef struct { /** * Used by `git_rebase_finish`, this is the name of the notes reference * used to rewrite notes for rebased commits when finishing the rebase; - * if NULL, the contents of the coniguration option `notes.rewriteRef` + * if NULL, the contents of the configuration option `notes.rewriteRef` * is examined, unless the configuration option `notes.rewrite.rebase` * is set to false. If `notes.rewriteRef` is also NULL, notes will * not be rewritten. |