commit a6988c18be1530f928dce3227ba7447a755b0549
parent 133a9b44e31bc5e667edb2ecbd4d00827fc199a2
Author: Damien Cassou <damien@cassou.me>
Date: Tue, 26 Nov 2019 21:20:42 +0100
Fix typos
Typos found with codespell.
Diffstat:
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/colorlab/pkg/generator/package.go b/colorlab/pkg/generator/package.go
@@ -1,2 +1,2 @@
-// Package generator contains utilities for enhancing a pallete with variations of colors
+// Package generator contains utilities for enhancing a palette with variations of colors
package generator
diff --git a/dev-emacs.d/init.el b/dev-emacs.d/init.el
@@ -221,9 +221,9 @@
(mapc 'require-package
'(;; required by solarized
dash
- ;; utility/convinience
+ ;; utility/convenience
flx-ido projectile
- ;; utility/convinience + face testing
+ ;; utility/convenience + face testing
magit smartparens htmlize
;; editor major modes for face testing
web-mode haskell-mode go-mode js2-mode markdown-mode rust-mode php-mode))
diff --git a/dev-emacs.d/test-files/org.org b/dev-emacs.d/test-files/org.org
@@ -38,7 +38,7 @@ footers, etc. used by the various exporters:
** Common export parameters
-Configue the =org-mode= tags for forcing inclusion of exclusion of
+Configure the =org-mode= tags for forcing inclusion of exclusion of
sections in exported documents
#+NAME: orgmode-header-exclude
@@ -504,7 +504,7 @@ taylor(sin(x),x,6)
: 100 a + 2
#+END_SRC
-You can accomplish roughtly the same thing like this:
+You can accomplish roughly the same thing like this:
#+BEGIN_SRC org
@@ -658,7 +658,7 @@ renders as this:
* Inline formula
-=org-mode= can have automatically calcualted inline formula. For
+=org-mode= can have automatically calculated inline formula. For
example, this:
#+BEGIN_SRC org
@@ -711,7 +711,7 @@ Captions and references can also be applied to tables.
Images, plots, code listings, and tables often need to span multiple
text columns to fit when exporting to multi-column latex styles. This
-can be done by preceeding the relevant block with
+can be done by preceding the relevant block with
a =#+ATTR_LATEX: :float multicolumn= line, for example:
#+BEGIN_SRC org
@@ -849,7 +849,7 @@ the output without the source.
* Running code remotely
Adding appropriate =:dir= parameters runs the code in other working
-direcories, or even on remote machines:
+directories, or even on remote machines:
#+BEGIN_SRC org
#+BEGIN_SRC sh :results output :exports both
@@ -1290,7 +1290,7 @@ When =M-x org-babel-tangle= is run within =emacs=, the
The bracketed lines (=helloworld-classes=, for example) are code
fragments that will be defined later. =org-mode= will automatically
-substitute these blocks when createing the =HelloWorld.py= file.
+substitute these blocks when creating the =HelloWorld.py= file.
#+BEGIN_SRC python :noweb yes :tangle HelloWorld.py :exports none
"""This is a hello world example document"""