File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ other's toes.
18
18
- If a function returns an object as a return value, that function is
19
19
a getter and the object's lifetime is tied to the parent
20
20
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
22
22
for freeing it. Strings are returned via ` git_buf ` in order to
23
23
allow for re-use and safe freeing.
24
24
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
26
26
you should assume that any function can fail due to errors as even
27
27
getting data from the filesystem can result in all sorts of errors
28
28
and complex failure cases.
You can’t perform that action at this time.
0 commit comments