aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2018-10-02 07:17:34 +0100
committerRobert Helgesson <robert@rycee.net>2018-10-02 22:41:08 +0200
commit36da7a918f442bd5822152a210f980d3d414eed0 (patch)
treebfb7db0b1d1a12017c1cb4373134c8b89deb7986
parent782d2fab83fe1964e220f5b343d68659b9dd9cf2 (diff)
Correct spelling mistakes
-rw-r--r--modules/programs/zathura.nix2
-rw-r--r--modules/services/polybar.nix2
-rw-r--r--modules/services/window-managers/i3.nix4
3 files changed, 4 insertions, 4 deletions
diff --git a/modules/programs/zathura.nix b/modules/programs/zathura.nix
index b81d594e610..f01bd501c39 100644
--- a/modules/programs/zathura.nix
+++ b/modules/programs/zathura.nix
@@ -21,7 +21,7 @@ in
options.programs.zathura = {
enable = mkEnableOption ''
- Zathura, a highly customizable and funtional document viewer
+ Zathura, a highly customizable and functional document viewer
focused on keyboard interaction'';
options = mkOption {
diff --git a/modules/services/polybar.nix b/modules/services/polybar.nix
index f75e0890bf2..e94f7f22097 100644
--- a/modules/services/polybar.nix
+++ b/modules/services/polybar.nix
@@ -59,7 +59,7 @@ in
(p: { "section/base" = { include-file = "${p}"; }; })
(types.attrsOf types.attrs);
description = ''
- Polybar configuration. Can be either path to a file, or set of attibutes
+ Polybar configuration. Can be either path to a file, or set of attributes
that will be used to create the final configuration.
'';
default = {};
diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix
index 85fde7dd881..60ab13a31d8 100644
--- a/modules/services/window-managers/i3.nix
+++ b/modules/services/window-managers/i3.nix
@@ -376,7 +376,7 @@ let
type = types.attrsOf (types.listOf criteriaModule);
default = {};
description = ''
- An attribute set that assignes applications to workspaces based
+ An attribute set that assigns applications to workspaces based
on criteria.
'';
example = literalExample ''
@@ -473,7 +473,7 @@ let
type = types.attrs;
default = {};
description = ''
- An attribute set that assignes keypress to an action using key code.
+ An attribute set that assigns keypress to an action using key code.
See <link xlink:href="https://i3wm.org/docs/userguide.html#keybindings"/>.
'';
example = { "214" = "exec --no-startup-id /bin/script.sh"; };