summaryrefslogtreecommitdiff
path: root/include/git2/odb.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-01-17 21:39:43 -0500
committerGitHub <noreply@github.com>2022-01-17 21:39:43 -0500
commitd50b3464b4cb134712985b408933f294bbcca825 (patch)
tree5e6797c2451498d355d77ebfb023d1ebc567479d /include/git2/odb.h
parent2bfd8ddc9c015d3e430648927f1242f60ba95632 (diff)
parent616628ddc92865c29a4337a8693116b0b108fb68 (diff)
downloadlibgit2-d50b3464b4cb134712985b408933f294bbcca825.tar.gz
Merge pull request #6164 from rex4539/typos
Fix typos
Diffstat (limited to 'include/git2/odb.h')
-rw-r--r--include/git2/odb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/odb.h b/include/git2/odb.h
index 0691aa4d0..9eaf897f8 100644
--- a/include/git2/odb.h
+++ b/include/git2/odb.h
@@ -578,7 +578,7 @@ GIT_EXTERN(int) git_odb_get_backend(git_odb_backend **out, git_odb *odb, size_t
/**
* Set the git commit-graph for the ODB.
*
- * After a successfull call, the ownership of the cgraph parameter will be
+ * After a successful call, the ownership of the cgraph parameter will be
* transferred to libgit2, and the caller should not free it.
*
* The commit-graph can also be unset by explicitly passing NULL as the cgraph