File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ GIT_BEGIN_DECL
3434 *
3535 * @param out Pointer where to store the underlying reference.
3636 *
37- * @param repository the repository where to create the branch.
37+ * @param repo the repository where to create the branch.
3838 *
3939 * @param branch_name Name for the branch; this name is
4040 * validated for consistency. It should also not conflict with
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ GIT_EXTERN(int) git_commit_create_buffer(
479479 * to the commit and write it into the given repository.
480480 *
481481 * @param out the resulting commit id
482- * @param repository the repository where to create the commit.
482+ * @param repo the repository where to create the commit.
483483 * @param commit_content the content of the unsigned commit object
484484 * @param signature the signature to add to the commit. Leave `NULL`
485485 * to create a commit without adding a signature field.
You can’t perform that action at this time.
0 commit comments