From f806cd8b43227b66fe181cb8d0ffb4a4cdc00070 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 10 Dec 2023 03:21:12 +0100 Subject: Fix typos --- src/blog/andy-val/index.gsp | 2 +- src/blog/new-sh/index.gsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/blog') 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 {- -- cgit v1.2.3