about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-19 09:41:47 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-19 09:41:47 +0800
commit52f2c2500a62fdf7ea267b91307613031547a9c7 (patch)
treebfcce363e93a7595ab5ec1f87526d1f079722465 /pkgs/desktops/pantheon
parent42e445f2571508ddde959e64401edec51e0a8b18 (diff)
pkgs/pantheon: fix typo
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/pantheon/default.nix b/pkgs/desktops/pantheon/default.nix
index 7569b2eb4f690..f4ca6375b654e 100644
--- a/pkgs/desktops/pantheon/default.nix
+++ b/pkgs/desktops/pantheon/default.nix
@@ -230,7 +230,7 @@ lib.makeScope pkgs.newScope (self: with self; {
   ### THIRD-PARTY
 
   # Put packages that ONLY works with Pantheon in pkgs/desktops/pantheon/third-party,
-  # specfically third party switchboard plugins and wingpanel indicators.
+  # specifically third party switchboard plugins and wingpanel indicators.
   # Please call these packages in pkgs/top-level/all-packages.nix instead of this file.
   # https://github.com/NixOS/nixpkgs/issues/115222#issuecomment-906868654