Fix some minor typos in comments
Fix spelling mistakes and typos.
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index bf6c221..52ddf9a 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -2600,7 +2600,7 @@
*
* Same goes for the hash in TLS 1.2's signature_algorithms: at this
* point we only have one hash available (see comments in
- * write_certificate_verify), so let's jsut use what we have.
+ * write_certificate_verify), so let's just use what we have.
*
* However, we still minimally parse the message to check it is at least
* superficially sane.