summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-09-07 16:14:40 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-09-07 16:14:40 +0200
commit4dcf630cbc02cc1ce408ec9206c41bb8ee7a4d56 (patch)
treea853e5a0268b0e3e226cd17030d3e81ebcc6b8b7
parente143ae471f32275a0ebbce996b1e481163f5fe33 (diff)
Fix typos in README.mdv0.2
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0cc9da9..43f29ef 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Utility scripts collection for working with nixos tools.
## Usage
-Everything can be called by using the `nix-script` executeable:
+Everything can be called by using the `nix-script` executable:
```bash
$ nix-script show-commit
@@ -12,7 +12,7 @@ $ nix-script ls-profiles
# and so on
```
-The `nix-script` executeable can be called with `-l` to list the available
+The `nix-script` executable can be called with `-l` to list the available
commands or `-h` to get the help text. Calling `nix-script -v <something>`
will turn on verbosity and each script will explain what it does.
@@ -32,7 +32,7 @@ nix-script diff-generations -s -n 114..115
```
Execute "nixos-rebuild switch" and tags the current checked-out commit
-in "/home/myself/nixos-configuration/" on successfull build (including
+in "/home/myself/nixos-configuration/" on successful build (including
generation number). Format for the tag name is
```plain
@@ -47,7 +47,7 @@ or... you get the point
nix-script switch -c switch -w /home/myself/nixos-configuration/
```
-Add a `-n` to include the hostname into the tag name (usefull if you share
+Add a `-n` to include the hostname into the tag name (useful if you share
your configuration over several hosts, as I do).
You can also provide flags for 'nixos-rebuild' like so: