Skip to content

Commit c1239e3

Browse files
authored
Fix minor typos in CONVENTIONS.md
1 parent 7143145 commit c1239e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONVENTIONS.md

+2-2
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)