summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-02-04 08:43:47 -0800
committerEdward Thomson <ethomson@github.com>2016-02-04 08:43:47 -0800
commit612f2a6095e0e46687f4ffece085fc1bbf538b1d (patch)
tree0a5f6fca68ef3fe5c7bc442e734112c01a7358c9 /include/git2
parent0f9d15493d5d8ad4353dd7beed52c9567334f6e5 (diff)
parent1087e6be88bd43be8ce46975258758af224171f9 (diff)
downloadlibgit2-612f2a6095e0e46687f4ffece085fc1bbf538b1d.tar.gz
Merge pull request #3593 from nvanheuverzwijn/patch-1
Fix a typo in documentation
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/rebase.h2
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.