From 67e9690723518b25a8a0ab1e930c12193fcb8141 Mon Sep 17 00:00:00 2001 From: Ivan Fedorov Date: Fri, 23 Nov 2018 15:37:48 +0300 Subject: [PATCH] treemacs: correct typos --- CHANGELOG.develop | 32 ++++++++++++++-------------- layers/+filetree/treemacs/README.org | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 9eab60c41..f5c23a4a1 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -2268,22 +2268,22 @@ Other: Doug Beardsley, dubnde, duianto, eldios, EMayej, Eugene Yaremenko, Evan Klitzke, Evan Niessen-Derry, firemiles, Fuqiao Xue, Garrett Johnson, Grant Shangreaux, Henrique Jung, Henry Hirsch, Henry Marshall, hornuda, Ivan - Kryvoruchko, J. Patrick Lanigan, Jaremy Creechley, Jason Axelson, Jesse Cooke, - Jethro Shuwen Sun, JI Xiang, Jim Deville, Jody Frankowski, Joe Hillenbrand, - John Eismeier, John Wood, Jon Tippens, Jonas Strømsodd, Jonathan Arnett, - Jonathan Gillett, Josh Greenwood, Joshua Santos, Justin Stone, Kainalu - Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons, Keith Wygant, Kevin Ji, - Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani III, Luke Worth, Marco - Ieni, Marco Zucconelli, Max Beutelspacher, Max Nordlund, Maximilian Wolff, - Miciah Dashiel Butler Masters, mjkramer, Mikhail Yakutovich, Muneeb Shaikh, - Nasser Alshammari, Nasser Alshammari, Niko Felger, Nikolai Myllymäki, - nikolaiam, Nicolas Forgerit, Olivier Verdier, Pancho Horrillo, Paul Milla, - Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe - Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike, - Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo Kuper, Saulius - Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Somelauw, - Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H, Sylvain - Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de + Fedorov, Ivan Kryvoruchko, J. Patrick Lanigan, Jaremy Creechley, Jason + Axelson, Jesse Cooke, Jethro Shuwen Sun, JI Xiang, Jim Deville, Jody + Frankowski, Joe Hillenbrand, John Eismeier, John Wood, Jon Tippens, Jonas + Strømsodd, Jonathan Arnett, Jonathan Gillett, Josh Greenwood, Joshua Santos, + Justin Stone, Kainalu Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons, + Keith Wygant, Kevin Ji, Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani + III, Luke Worth, Marco Ieni, Marco Zucconelli, Max Beutelspacher, Max + Nordlund, Maximilian Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail + Yakutovich, Muneeb Shaikh, Nasser Alshammari, Nasser Alshammari, Niko Felger, + Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Olivier Verdier, Pancho + Horrillo, Paul Milla, Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil + Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, + Raymond Wanyoike, Reverend Homer, Robby O'Connor, Rhommel Lamas, Sam Pablo + Kuper, Saulius Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur, + Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H, + Sylvain Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz Cichocinski, tzhao11, Vlad Bokov, Vladimir Kochnev, Wieland Hoffmann, Xiang Ji, Yi Liu, zer09, Zhige Xin, Serghei Iakovlev) *** Release notes summarized diff --git a/layers/+filetree/treemacs/README.org b/layers/+filetree/treemacs/README.org index 706c0cfcd..6b299ed05 100644 --- a/layers/+filetree/treemacs/README.org +++ b/layers/+filetree/treemacs/README.org @@ -24,7 +24,7 @@ readme]]. In a short summary Treemacs offers the following: - Simple and powerful navigation and ability to detail exactly how and where a file should be opened - Good looking png icons. -- Display of multiple file trees organized as projects residing in a workpsace. +- Display of multiple file trees organized as projects residing in a workspace. - Ability to show tags contained in files. Tags are provided by imenu, so nearly every filetype is supported. - Mouse interface for single and double left clicks in line with modern GUI standards. @@ -132,12 +132,12 @@ many other commands. | ~TAB~ | Do what I mean (as defined in ~treemacs-TAB-actions-config~). Prefers expanding nodes by default. | | ~RET~ | Do what I mean (as defined in ~treemacs-RET-actions-config~). Prefers visiting nodes by default. | | ~mouse1~ | Move point to clicked line | -| ~2x mouse1~ | Do what I mean (as defined in ~treemacs-doubleclick-actions-config~). Behavious like ~RET~ by default. | +| ~2x mouse1~ | Do what I mean (as defined in ~treemacs-doubleclick-actions-config~). Behaves like ~RET~ by default. | | ~g/r/gr~ | Refresh and rebuild the treemacs buffer. | | ~d~ | Delete node at point. A delete action must always be confirmed. Directories are deleted recursively. | | ~cf~ | Create a file. | | ~cd~ | Create a directory. | -| ~R~ | Rename the currently selected node. Reload buffers visiting renamed files or files in renamed direcotries. | +| ~R~ | Rename the currently selected node. Reload buffers visiting renamed files or files in renamed directories. | | ~u~ | Select parent of selected node, if possible. | | ~q~ | Hide/show an existing treemacs buffer. | | ~Q~ | Kill the treemacs buffer. |