diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-12-10 03:21:12 +0100 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-10 03:21:12 +0100 | 
| commit | f806cd8b43227b66fe181cb8d0ffb4a4cdc00070 (patch) | |
| tree | bd741249950983c40e9a9b509063dc11095c5f95 /src/blog | |
| parent | 4f58504d167743810b89cee1906366ae56896c2f (diff) | |
Fix typos
Diffstat (limited to 'src/blog')
| -rw-r--r-- | src/blog/andy-val/index.gsp | 2 | ||||
| -rw-r--r-- | src/blog/new-sh/index.gsp | 2 | 
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 {- |