CHANGELOG: Fix 'inhertence' -> 'inheritance' typo
authorW. Trevor King <wking@tremily.us>
Mon, 1 Sep 2014 23:34:50 +0000 (16:34 -0700)
committerW. Trevor King <wking@tremily.us>
Mon, 1 Sep 2014 23:34:50 +0000 (16:34 -0700)
Signed-off-by: W. Trevor King <wking@tremily.us>
CHANGELOG

index 0dc0e5a168a20921771910c64c8ed8dc55ec48e4..44c26143ca59b80b91458c031ce01b7c1186c610 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 v3.9 (2014-09-01)
     * Catch and error out if a user adds a feed with a duplicate name.
     * Split sender into both sendmail's -F and -f.
-    * Fix an error with SMTPConnectionError inhertence order ("does not take keyword arguments").
+    * Fix an error with SMTPConnectionError inheritance order ("does not take keyword arguments").
     * Add a new `smtp-ssl-protocol` setting, to select acceptable protocols for SMTP connections.
     * Fix non-compliant User-Agent header for HTTP/1.1.
     * Fix an error in the NoToEmailAddress invocation.