Skip to content

Commit

Permalink
Merge pull request #114 from alexanderkjall/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson authored Jul 15, 2023
2 parents 07da680 + c1b8a69 commit b2d4288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/101-samples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ int error = git_clone(&repo, url, path, &clone_opts);
<h3 id="repositories_clone_repo">Clone (Custom repo and remote)</h3>
~~~c
int create_repsitory(git_repository **out, const char *path, int bare, void *payload)
int create_repository(git_repository **out, const char *path, int bare, void *payload)
{
int error;
Expand Down

0 comments on commit b2d4288

Please sign in to comment.