From 04df8d6442dbada8dfd017135d547575d4814131 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Thu, 3 Aug 2023 20:29:12 +0200 Subject: [PATCH] make-startupitem: fix typo in comment --- pkgs/build-support/make-startupitem/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/make-startupitem/default.nix b/pkgs/build-support/make-startupitem/default.nix index da1d4105c89f..94bf07cfbbe4 100644 --- a/pkgs/build-support/make-startupitem/default.nix +++ b/pkgs/build-support/make-startupitem/default.nix @@ -1,4 +1,4 @@ -# given a pakcage with a $name.desktop file, makes a copy +# given a package with a $name.desktop file, makes a copy # as autostart item. {stdenv, lib}: