Fix typos in Changelog
diff --git a/ChangeLog b/ChangeLog
index 09d7c7b..2fb793f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,10 +48,10 @@
    * Options POLARSSL_HAVE_INT8 and POLARSSL_HAVE_INT16 are deprecated.
    * Enabling POLARSSL_NET_C without POLARSSL_HAVE_IPV6 is deprecated.
    * compat-1.2.h and openssl.h are deprecated.
-   * Adjusting/overriding CFLAGS and LDFLAGS with the make build syste is now
+   * Adjusting/overriding CFLAGS and LDFLAGS with the make build system is now
      more flexible (warning: OFLAGS is not used any more) (see the README)
      (contributed by Alon Bar-Lev).
-   * ssl_set_own_cert() now longers calls pk_check_pair() since the
+   * ssl_set_own_cert() no longer calls pk_check_pair() since the
      performance impact was bad for some users (this was introduced in 1.3.10).
    * Move from SHA-1 to SHA-256 in example programs using signatures
      (suggested by Thorsten Mühlfelder).