Skip to content

Commit ea9ea6a

Browse files
committed
Documentation: fix small typos
1 parent e3298a3 commit ea9ea6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PROJECTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ So, you want to start helping out with `libgit2`? That's fantastic! We
55
welcome contributions and we promise we'll try to be nice.
66

77
This is a list of libgit2 related projects that new contributors can take
8-
on. It includes a number of good starter projects and well as some larger
8+
on. It includes a number of good starter projects as well as some larger
99
ideas that no one is actively working on.
1010

1111
## Before You Start

THREADING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ of libssh2 as described above, `git_openssl_set_locking()` is a no-op.
8888

8989
If your programming language offers a package/bindings for OpenSSL,
9090
you should very strongly prefer to use that in order to set up
91-
locking, as they provide a level of coördination which is impossible
91+
locking, as they provide a level of coordination which is impossible
9292
when using this function.
9393

9494
See the
@@ -102,7 +102,7 @@ if there are alternatives provided by the system.
102102
libssh2 may be linked against OpenSSL or libgcrypt. If it uses OpenSSL,
103103
see the above paragraphs. If it uses libgcrypt, then you need to
104104
set up its locking before using it multi-threaded. libgit2 has no
105-
direct connection to libgcrypt and thus has not convenience functions for
105+
direct connection to libgcrypt and thus has no convenience functions for
106106
it (but libgcrypt has macros). Read libgcrypt's
107107
[threading documentation for more information](http://www.gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html)
108108

0 commit comments

Comments
 (0)