Commit 612f2a60 by Edward Thomson

Merge pull request #3593 from nvanheuverzwijn/patch-1

Fix a typo in documentation
parents 0f9d1549 1087e6be
...@@ -41,7 +41,7 @@ typedef struct { ...@@ -41,7 +41,7 @@ typedef struct {
/** /**
* Used by `git_rebase_finish`, this is the name of the notes reference * Used by `git_rebase_finish`, this is the name of the notes reference
* used to rewrite notes for rebased commits when finishing the rebase; * 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 examined, unless the configuration option `notes.rewrite.rebase`
* is set to false. If `notes.rewriteRef` is also NULL, notes will * is set to false. If `notes.rewriteRef` is also NULL, notes will
* not be rewritten. * not be rewritten.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment