diff options
author | 2020-07-16 17:25:51 -0400 | |
---|---|---|
committer | 2020-07-16 17:25:51 -0400 | |
commit | b35a8dd225b06340022c4971471952c48380b1db (patch) | |
tree | e834bfb5b7767296f2a7bfaabde3aa99b88cf98f /CHANGELOG.md | |
parent | 3eb130fd2ef73745b2b9f796abbce7bdd2b88632 (diff) | |
download | textadept-b35a8dd225b06340022c4971471952c48380b1db.tar.gz textadept-b35a8dd225b06340022c4971471952c48380b1db.zip |
Minor LuaDoc updates and spelling corrections.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 336ef7e7..041312e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2312,7 +2312,7 @@ Download: Bugfixes: -* Fixed bug in parsing output from a cancelled dropdown dialog. +* Fixed bug in parsing output from a canceled dropdown dialog. * Always use absolute file paths so sessions are saved and reloaded properly. * Temporarily disabled asynchronous spawning on OSX due to GLib crashes. @@ -3362,7 +3362,7 @@ Download: Bugfixes: -* Cancelling in [`buffer:close()`][] caused unwanted key propagation. +* Canceling in [`buffer:close()`][] caused unwanted key propagation. * Correctly emit [`RUN_OUTPUT` events][]. * Fixed bug with extra empty entry in the buffer browser. * Fixed incremental find in ncurses. |