about summary refs log tree commit diff
path: root/nixos/maintainers
diff options
context:
space:
mode:
authorAndré-Patrick Bubel <code@apb.name>2018-03-31 23:09:25 +0200
committerRobin Gloster <mail@glob.in>2018-04-02 01:46:24 +0200
commit26343e3a096e063d4a054828b172c0f46b947328 (patch)
treef4dc8641224cf0f178c1faa31413d9d0986c9095 /nixos/maintainers
parenteccebc679ceb2a03ed80a2345d0c4d3f70341058 (diff)
downloadnixlib-26343e3a096e063d4a054828b172c0f46b947328.tar
nixlib-26343e3a096e063d4a054828b172c0f46b947328.tar.gz
nixlib-26343e3a096e063d4a054828b172c0f46b947328.tar.bz2
nixlib-26343e3a096e063d4a054828b172c0f46b947328.tar.lz
nixlib-26343e3a096e063d4a054828b172c0f46b947328.tar.xz
nixlib-26343e3a096e063d4a054828b172c0f46b947328.tar.zst
nixlib-26343e3a096e063d4a054828b172c0f46b947328.zip
nixos/maintainers/option-usages.nix: Improve spelling and grammar
Diffstat (limited to 'nixos/maintainers')
-rw-r--r--nixos/maintainers/option-usages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/maintainers/option-usages.nix b/nixos/maintainers/option-usages.nix
index 7be0255b35ac..371ee7d91808 100644
--- a/nixos/maintainers/option-usages.nix
+++ b/nixos/maintainers/option-usages.nix
@@ -15,7 +15,7 @@
 #
 #   $ nix-build ./option-usage.nix --argstr testOption service.xserver.enable -A txt -o service.xserver.enable._txt
 #
-# otther target exists such as, `dotContent`, `dot`, and `pdf`.  If you are
+# Other targets exists such as `dotContent`, `dot`, and `pdf`.  If you are
 # looking for the option usage of multiple options, you can provide a list
 # as argument.
 #
@@ -35,7 +35,7 @@
 # value is replaced by a `throw` statement which is caught by the `tryEval`
 # evaluation of each option value.
 #
-# We then compare the result of the evluation of the original module, with
+# We then compare the result of the evaluation of the original module, with
 # the result of the second evaluation, and consider that the new failures are
 # caused by our mutation of the `config` argument.
 #
@@ -62,7 +62,7 @@ let
     "_module.args"
 
     # For some reasons which we yet have to investigate, some options cannot
-    # be replaced by a throw without cuasing a non-catchable failure.
+    # be replaced by a throw without causing a non-catchable failure.
     "networking.bonds"
     "networking.bridges"
     "networking.interfaces"