M README.md => README.md +2 -2
@@ 4,14 4,14 @@
* [k](k): Remember kommon commands by directory by keeping them in a .k file
* [dorker](dorker): After an embarrasing number of misspelings of `dorker` (I mean `docker`) this is is my resulting convenience wrapper
-* [cult](cult): How I endure the [cult](https://crates.io/) of [Rust](https://www.rust-lang.org/)
+* [cult](cult): How I endure the cargo cult of [Rust](https://www.rust-lang.org/)
* [downloads](downloads): List or move recent files from the usual ~/Downloads directory
* [term](term): Run a program in a new terminal or in the current terminal if available
* [build-info](build-info): Figure out the information about the current environment and render it into a shell environment variables file, C constants or a Lua table
* [theft](theft): [Steal this script](https://en.wikipedia.org/wiki/Steal_This_Album!)
* [aspect-ratio](aspect-ratio): Force the aspect ratio of an X window
* [is-clean](is-clean): Check if git and/or make considers a file to be clean. (NB this script is used to make sure the `README.md` is kept updated from this its `scripts.toml` source.)
-* [include](include): Run a c-style @include-pas on a file
+* [include](include): Run a c-style @include-pass on a file
## ArchLinux management scripts
* [clean](clean): Cleanup pacman cached, orphaned and/or explicitly installed packages, and coredumps
* [update](update): Update ArchLinux packages and rust, haskell, ocaml caches and nvim plugins
M scripts.toml => scripts.toml +2 -2
@@ 5,7 5,7 @@ description = "Remember kommon commands by directory by keeping them in a .k fil
description = "After an embarrasing number of misspelings of `dorker` (I mean `docker`) this is is my resulting convenience wrapper"
[scripts.cult]
-description = "How I endure the [cult](https://crates.io/) of [Rust](https://www.rust-lang.org/)"
+description = "How I endure the cargo cult of [Rust](https://www.rust-lang.org/)"
[scripts.downloads]
description = "List or move recent files from the usual ~/Downloads directory"
@@ 26,7 26,7 @@ description = "Force the aspect ratio of an X window"
description = "Check if git and/or make considers a file to be clean. (NB this script is used to make sure the `README.md` is kept updated from this its `scripts.toml` source.)"
[scripts.include]
-description = "Run a c-style @include-pas on a file"
+description = "Run a c-style @include-pass on a file"
[section.archlinux]