Fix typos
diff --git a/ChangeLog b/ChangeLog
index f50b1ee..28a28df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
 
 Bugfix
    * Fix in debug_print_msg()
-   * Enforce alignment in the buffer allocator even if buffer is not alligned
+   * Enforce alignment in the buffer allocator even if buffer is not aligned
    * Remove less-than-zero checks on unsigned numbers
    * Stricter check on SSL ClientHello internal sizes compared to actual packet
      size (found by TrustInSoft)