summaryrefslogtreecommitdiffhomepage
path: root/src/blog
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-10 03:21:12 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-10 03:21:12 +0100
commitf806cd8b43227b66fe181cb8d0ffb4a4cdc00070 (patch)
treebd741249950983c40e9a9b509063dc11095c5f95 /src/blog
parent4f58504d167743810b89cee1906366ae56896c2f (diff)
Fix typos
Diffstat (limited to 'src/blog')
-rw-r--r--src/blog/andy-val/index.gsp2
-rw-r--r--src/blog/new-sh/index.gsp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/andy-val/index.gsp b/src/blog/andy-val/index.gsp
index 2eea5ef..bde8e0d 100644
--- a/src/blog/andy-val/index.gsp
+++ b/src/blog/andy-val/index.gsp
@@ -49,7 +49,7 @@ html lang="en" {
}
p {-
- This is not just constrainted to literals of course, process
+ This is not just constrained to literals of course, process
substitutions are also values, so appending each line of a processes
output with a closing-angle-bracket becomes trivial:
}
diff --git a/src/blog/new-sh/index.gsp b/src/blog/new-sh/index.gsp
index 156971a..b356046 100644
--- a/src/blog/new-sh/index.gsp
+++ b/src/blog/new-sh/index.gsp
@@ -167,7 +167,7 @@ html lang="en" {
programs contain parenthesis. This is an absolute must, under no
circumstance should strings be expanding into even more strings without
the explicit consent of the user; it’s a recipe for disaster and it’s
- the shell-equivelant of the null-pointer-exception.
+ the shell-equivalent of the null-pointer-exception.
}
p {-