From cfbe7b3973dc176a21ce51bb37b6b29780e534f0 Mon Sep 17 00:00:00 2001 From: 1024jp <1024jp@wolfrosch.com> Date: Sun, 10 Apr 2016 00:36:08 +0900 Subject: [PATCH] Fix a typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081cb5954..e31af447d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ develop ### New Features - Add independent “Unicode (UTF-8) with BOM” encoding to encoding list. - - Respect the existance of the UTF-8 BOM in opened files. + - Respect the existence of the UTF-8 BOM in opened files. - Enable switching the document encoding between with and without BOM from the toolbar popup button and the “Format” menu. - The “Unicode (UTF-8) with BOM” item will be automatically added to just after the normal “Unicode (UTF-8)”. - Now, the execute permission can be given to the file to save from the save panel.