From ba505ac66e3e6a77f849c3dc7438556f4892f4c9 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 14 Feb 2018 13:56:22 -0800 Subject: [PATCH] Fix typo in release notes #686 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3875bbc..29aea7d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Fixes: * Searching in the `Sent` folder (and other folders assigned mailbox roles) now works reliably. -* Connecting accounts no longer throws `SIGABRT` / `3221225477` errors in scome scenarios. #292 +* Connecting accounts no longer throws `SIGABRT` / `3221225477` errors in some scenarios. #292 * Connecting accounts no longer fails when the email provider returns non-UTF8 characters in IMAP responses.