diff options
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. |