diff options
Diffstat (limited to 'src')
-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 {- |