diff options
| -rw-r--r-- | .aspell.en.pws | 28 | ||||
| -rw-r--r-- | src/blog/andy-val/index.gsp | 2 | ||||
| -rw-r--r-- | src/blog/new-sh/index.gsp | 2 | 
3 files changed, 29 insertions, 3 deletions
| diff --git a/.aspell.en.pws b/.aspell.en.pws index 7afbb5c..92a4308 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -1,6 +1,7 @@ -personal_ws-1.1 en 140  +personal_ws-1.1 en 166   AST  Arav +Bourne  CLI  CONFIG  CTRL @@ -15,16 +16,25 @@ HAHA  Instructables  JS  Malik +Mies  Munroe  Mäkelä  NAS  NUL  Neovim +Nushell  OpenBSD +POSIX +Powershell  README +REPL  RGB  Rebase +Rohe  SHA +SIGEXIT +SIGINT +SIGQUIT  Sahil  Sewell  Shorthaired @@ -39,26 +49,34 @@ Wadler  XDG  XKCD  YAML +Zsh  agrat  ame  amongst +asvln  awk  bal  baz  bitwise  blockquote +builtins  camelCase  capslock  classicshorts  cls +cmd  codebase  columnate  columnates  composability +datatypes +der +dev  dl  dt  dwm  else's +esac  figcaption  filetype  fixup @@ -69,6 +87,7 @@ fw  gitrebase  gpio  gsp +hctiws  hotswappable  href  hx @@ -84,8 +103,10 @@ mkpass  mmv  moreutils  mpc +multiline  mv  nav +naïve  naïvely  nvim  ol @@ -95,10 +116,12 @@ parsers  png  pre  preprocessor +printf  prj  rab  rebasing  redblobgames +redirections  retime  retiming  résumé @@ -108,6 +131,7 @@ scm  sed  shorthands  shuf +sigX  sourcehut  speedruns  src @@ -125,6 +149,8 @@ transpile  transpiler  transpiles  undefining +unironically +urandom  userbase  util  utils 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 {- |