Skip to content

Commit f4d1592

Browse files
committed
global: fix typo in git_libgit2_init description
1 parent 8d89e40 commit f4d1592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT_BEGIN_DECL
1414
/**
1515
* Init the global state
1616
*
17-
* This function must the called before any other libgit2 function in
17+
* This function must be called before any other libgit2 function in
1818
* order to set up global state and threading.
1919
*
2020
* This function may be called multiple times - it will return the number

0 commit comments

Comments
 (0)