Skip to content

Commit c1b8a69

Browse files
fix typo, create_repsitory -> create_repository
1 parent 07da680 commit c1b8a69

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)