File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ other's toes.
1818 - If a function returns an object as a return value, that function is
1919 a getter and the object's lifetime is tied to the parent
2020 object. Objects which are returned as the first argument as a
21- pointer-to-pointer are owned by the caller and it is repsponsible
21+ pointer-to-pointer are owned by the caller and it is responsible
2222 for freeing it. Strings are returned via ` git_buf ` in order to
2323 allow for re-use and safe freeing.
2424
25- - Most of what libgit2 does relates to I/O so you as a general rule
25+ - Most of what libgit2 does relates to I/O so as a general rule
2626 you should assume that any function can fail due to errors as even
2727 getting data from the filesystem can result in all sorts of errors
2828 and complex failure cases.
You can’t perform that action at this time.
0 commit comments