Skip to content

Commit b2d4288

Browse files
authored
Merge pull request #114 from alexanderkjall/fix-typo
2 parents 07da680 + c1b8a69 commit b2d4288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/101-samples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ int error = git_clone(&repo, url, path, &clone_opts);
142142
<h3 id="repositories_clone_repo">Clone (Custom repo and remote)</h3>
143143
144144
~~~c
145-
int create_repsitory(git_repository **out, const char *path, int bare, void *payload)
145+
int create_repository(git_repository **out, const char *path, int bare, void *payload)
146146
{
147147
int error;
148148

0 commit comments

Comments
 (0)