aboutsummaryrefslogtreecommitdiff
path: root/modules/services/polybar.nix
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 /modules/services/polybar.nix
parent782d2fab83fe1964e220f5b343d68659b9dd9cf2 (diff)
Correct spelling mistakes
Diffstat (limited to 'modules/services/polybar.nix')
-rw-r--r--modules/services/polybar.nix2
1 files changed, 1 insertions, 1 deletions
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 = {};