From 76849892e13265d3abe56c862ba74c29d5e12db3 Mon Sep 17 00:00:00 2001 From: nanashi0x74 Date: Sun, 18 Oct 2020 22:50:42 +0200 Subject: [PATCH] Fix three typos in various files This commit fixes typos in doc/layers.org and the readme.org files of bootstrap and java layers. --- CHANGELOG.develop | 26 +++++++++---------- doc/LAYERS.org | 2 +- .../spacemacs-bootstrap/README.org | 2 +- layers/+lang/java/README.org | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 0f3d9f247..310740099 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -3624,19 +3624,19 @@ files (thanks to Daniel Nicolai) Buchignani III, liuchong, Lucius Hu, Luke Winship, Luke Worth, Marco Ieni, Marco Zucconelli, mark30247, Martin Sosic, Max Beutelspacher, Max Deineko, Max Nordlund, Maximilian Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail - Yakutovich, Miloš Mošić, milserk, Muneeb Shaikh, Nasser Alshammari, Niko - Felger, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Oguz Serbetci, 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, Robert - Roland, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Serghei - Iakovlev, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw, - Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop C H, - Sylvain Benner, Szunti, Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim Stewart, - timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz Cichocinski, Trey - Merkley, tzhao11, Vincent Taing, Ullas Holla, Vlad Bokov, Vladimir Kochnev, - weihua-lu, wenpin, Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, - Zach Latta, Zane Sterling, zer09, Zhige Xin) + Yakutovich, Miloš Mošić, milserk, Muneeb Shaikh, nanashi0x74, Nasser + Alshammari, Niko Felger, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Oguz + Serbetci, 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, + Robert Roland, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, + Serghei Iakovlev, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, + Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop + C H, Sylvain Benner, Szunti, Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim + Stewart, timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz + Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Ullas Holla, Vlad Bokov, + Vladimir Kochnev, weihua-lu, wenpin, Wieland Hoffmann, Witoslaw Koczewski, + Xiang Ji, Yi Liu, Zach Latta, Zane Sterling, zer09, Zhige Xin) **** Documentation and website - DOCUMENTATION.org: - Fixed the example for how to change the separator style diff --git a/doc/LAYERS.org b/doc/LAYERS.org index 021503c0a..9a12638b7 100644 --- a/doc/LAYERS.org +++ b/doc/LAYERS.org @@ -60,7 +60,7 @@ To understand how to best implement a layer, we have to investigate how Emacs loads code. ** Emacs Lisp files -Emacs Lisp files contains code that can be evaluated. When evaluated, the +Emacs Lisp files contain code that can be evaluated. When evaluated, the functions, macros and modes defined in that file become available to the current Emacs session. Henceforth, this will be termed as /loading/ a file. diff --git a/layers/+distributions/spacemacs-bootstrap/README.org b/layers/+distributions/spacemacs-bootstrap/README.org index aec562060..4a54a2ba7 100644 --- a/layers/+distributions/spacemacs-bootstrap/README.org +++ b/layers/+distributions/spacemacs-bootstrap/README.org @@ -10,7 +10,7 @@ This layer loads the necessary packages for spacemacs to start-up. ** Features: -- Loads =evil= key bindings and macros for auto-evilifcation of maps +- Loads =evil= key bindings and macros for auto-evilification of maps - Loads =holy= and =hybrid= modes - Loads the official Spacemacs theme - Loads =use-package= which is used to load other packages more easily diff --git a/layers/+lang/java/README.org b/layers/+lang/java/README.org index c0fd5566f..0bf02b5f5 100644 --- a/layers/+lang/java/README.org +++ b/layers/+lang/java/README.org @@ -78,7 +78,7 @@ It integrates with =company= and =flycheck=. In addition it also provides full graphical debugging support via =DAP mode=. LSP is the default backend used by this layer, see [[#choosing-a-backend][Choosing a backend]] in -order to lean how to select a different backend. +order to learn how to select a different backend. *** Installation The lsp server will be installed automatically whenever a Java file