summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-18 23:50:37 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-18 23:50:37 +0100
commit68af6db09138fe6f14ba2c93dbc5212ae229a7fd (patch)
tree16d02887954a6cf63066d71b62dced5b1918e201
parent3bd34a8f46b66d723f0cdb95292d73ca893be524 (diff)
Fix various typos
-rw-r--r--.aspell.en.pws21
-rw-r--r--src/blog/extend/index.gsp4
2 files changed, 22 insertions, 3 deletions
diff --git a/.aspell.en.pws b/.aspell.en.pws
index 8bc04c8..7afbb5c 100644
--- a/.aspell.en.pws
+++ b/.aspell.en.pws
@@ -1,9 +1,10 @@
-personal_ws-1.1 en 121
+personal_ws-1.1 en 140
AST
Arav
CLI
CONFIG
CTRL
+Dmenu
Dominus
ESC
Edsgar
@@ -15,6 +16,7 @@ Instructables
JS
Malik
Munroe
+Mäkelä
NAS
NUL
Neovim
@@ -27,11 +29,17 @@ Sahil
Sewell
Shorthaired
Shoutouts
+Suckless
+UCB
+UI
URI
+USENIX
VSCode
Wadler
XDG
XKCD
+YAML
+agrat
ame
amongst
awk
@@ -44,8 +52,12 @@ capslock
classicshorts
cls
codebase
+columnate
+columnates
+composability
dl
dt
+dwm
else's
figcaption
filetype
@@ -62,9 +74,11 @@ href
hx
iannis
img
+jpg
keyup
learnt
lua
+mailnews
mcp
mkpass
mmv
@@ -93,6 +107,7 @@ scancode
scm
sed
shorthands
+shuf
sourcehut
speedruns
src
@@ -104,11 +119,13 @@ syscall
tdmm
templating
textfiles
+tmux
totp
transpile
transpiler
transpiles
undefining
+userbase
util
utils
vipe
@@ -116,7 +133,9 @@ vitæ
webm
webtool
whitespace
+wl
xargs
xyz
+yq
zab
zbarimg
diff --git a/src/blog/extend/index.gsp b/src/blog/extend/index.gsp
index ce2b5fd..9bdcc8a 100644
--- a/src/blog/extend/index.gsp
+++ b/src/blog/extend/index.gsp
@@ -191,7 +191,7 @@ html lang="en" {
into only 2 lines of code is all you need to create a graphical
interface that allows you to pick a unicode character, and then copies
your selection to your clipboard — and it was all done by taking simple
- tools and combining them to make a creater application.
+ tools and combining them to make a greater application.
}
p {-
@@ -299,7 +299,7 @@ html lang="en" {
It’s quite a simple piece of software. You simply run it together with
another program (such as the @code{-st} terminal) and it adds
tab-support to it. Not only does this reduce code-duplication, but it
- also is benefitial for you the software user as it means you get a
+ also is beneficial for you the software user as it means you get a
consistent UI with consistent-behavior and -key-bindings wherever you
go.
}