From ee242ec75709429accad1c15f383af4e02b4e169 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 2 Oct 2018 07:17:34 +0100 Subject: [PATCH] Correct spelling mistakes (cherry picked from commit 36da7a918f442bd5822152a210f980d3d414eed0) --- modules/programs/zathura.nix | 2 +- modules/services/polybar.nix | 2 +- modules/services/window-managers/i3.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/programs/zathura.nix b/modules/programs/zathura.nix index b81d594e..f01bd501 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 f75e0890..e94f7f22 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 85fde7dd..60ab13a3 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 . ''; example = { "214" = "exec --no-startup-id /bin/script.sh"; };