about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/desktop/elementary-session-settings
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 19:39:44 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 19:39:44 -0500
commitec8cb3435824ebf8867ae3d5ad0977b4744c0c21 (patch)
tree007828e3a46976417994674995c743f63eff633d /pkgs/desktops/pantheon/desktop/elementary-session-settings
parent6bb0dbf91feecfec45382f762206a12de23fd531 (diff)
treewide: fix typos
Diffstat (limited to 'pkgs/desktops/pantheon/desktop/elementary-session-settings')
-rw-r--r--pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix b/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
index bf466c4d59e1d..dcb02cced50a6 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
@@ -28,7 +28,7 @@ let
   # Upstream relies on /etc/skel to initiate a new users home directory with plank's dockitems.
   #
   # That is not possible within nixos, but we can achieve this easily with a simple script that copies
-  # them. We then use a xdg autostart and initalize it during the "EarlyInitialization" phase of a gnome session
+  # them. We then use a xdg autostart and initialize it during the "EarlyInitialization" phase of a gnome session
   # which is most appropriate for installing files into $HOME.
   #