branch: elpa/evil-surround
commit c0d2519424933b117b3b2331d07728295866b8e5
Author: PeuTit <[email protected]>
Commit: Tom Dalziel <[email protected]>

    Fix typos in readme
---
 readme.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.org b/readme.org
index 65ebc0d4cc..35c1afd497 100644
--- a/readme.org
+++ b/readme.org
@@ -135,7 +135,7 @@ don't want polluting the global keymap. To make these 
objects work with
      (setq-local evil-surround-pairs-alist (append '((?Q "|" . "|")) 
evil-surround-pairs-alist))
 #+END_SRC
 
-note that the binding to =evil-some-local-(inner|outer)-keymap= is purely for 
organizational perpouses, you can skip that step and do:
+note that the binding to =evil-some-local-(inner|outer)-keymap= is purely for 
organizational purposes, you can skip that step and do:
 
 #+BEGIN_SRC emacs-lisp
      (define-key evil-visual-state-local-map   "iQ" #'evil-inner-pipe)
@@ -282,7 +282,7 @@ discussion in 
[[https://github.com/timcharper/evil-surround/pull/48][this]] pull
  #+END_SRC
 
 * Credits
-Credits and many [[https://github.com/emacs-evil/evil/issues/842][thanks]] go 
to [[http://github.com/timcharper][Tim Harper]], the original mantainer of the 
package.
+Credits and many [[https://github.com/emacs-evil/evil/issues/842][thanks]] go 
to [[http://github.com/timcharper][Tim Harper]], the original maintainer of the 
package.
 * LICENSE
 
 - [[https://www.gnu.org/licenses/gpl-3.0.en.html][GNU General Public License 
v3]]

Reply via email to