commit | 1ebc0c592c835e32d51a2fab731342edd8257432 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu May 22 15:47:58 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu May 22 15:47:58 2014 +0200 |
tree | e859903307972f06a543a8b01d794f71e05bf6d9 | |
parent | c6ece4989023234175d3791e8147f369deaaf605 [diff] [blame] |
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)