summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-07-28 02:18:28 -0400
committerGitHub <noreply@github.com>2020-07-28 02:18:28 -0400
commit654b66e0e4b37859a5d1f60df82d72e086a8254f (patch)
tree14deaa3e2b130411a370fb79048784e0b3bebdf3 /nixos
parentad4deefa9f593091d464522ecdefd0944a47df32 (diff)
parenteb627de968fc123006f4167a1109d5baf2921e1c (diff)
Merge pull request #93963 from seqizz/g_typo_environment
treewide: fix typo on word environment
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/hardware/video/uvcvideo/default.nix2
-rw-r--r--nixos/modules/services/networking/skydns.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/video/uvcvideo/default.nix b/nixos/modules/hardware/video/uvcvideo/default.nix
index 7e3e94fdf2bd6..cf6aa052abb05 100644
--- a/nixos/modules/hardware/video/uvcvideo/default.nix
+++ b/nixos/modules/hardware/video/uvcvideo/default.nix
@@ -26,7 +26,7 @@ in
           Whether to enable <command>uvcvideo</command> dynamic controls.
 
           Note that enabling this brings the <command>uvcdynctrl</command> tool
-          into your environement and register all dynamic controls from
+          into your environment and register all dynamic controls from
           specified <command>packages</command> to the <command>uvcvideo</command> driver.
         '';
       };
diff --git a/nixos/modules/services/networking/skydns.nix b/nixos/modules/services/networking/skydns.nix
index e79d6de926449..ea466de932750 100644
--- a/nixos/modules/services/networking/skydns.nix
+++ b/nixos/modules/services/networking/skydns.nix
@@ -64,7 +64,7 @@ in {
     extraConfig = mkOption {
       default = {};
       type = types.attrsOf types.str;
-      description = "Skydns attribute set of extra config options passed as environemnt variables.";
+      description = "Skydns attribute set of extra config options passed as environment variables.";
     };
   };