From bf643838f356cb6dcccda204f02bbcd0eb8bd01a Mon Sep 17 00:00:00 2001 From: Kasper GaƂkowski Date: Wed, 15 Mar 2023 19:06:13 +0100 Subject: lisp-modules: fix typos --- pkgs/development/lisp-modules/nix-cl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development') diff --git a/pkgs/development/lisp-modules/nix-cl.nix b/pkgs/development/lisp-modules/nix-cl.nix index d1a70bf5c8e3..1716862a602d 100644 --- a/pkgs/development/lisp-modules/nix-cl.nix +++ b/pkgs/development/lisp-modules/nix-cl.nix @@ -112,7 +112,7 @@ let # Derivation containing the CL implementation package pkg, - # Name of the Lisp exectable + # Name of the Lisp executable program ? pkg.pname, # General flags to the Lisp executable @@ -133,7 +133,7 @@ let # installPhase. This prevents asdf from referring to uncompiled # systems on run time. # - # Also useful when the pname is differrent than the system name, + # Also useful when the pname is different than the system name, # such as when using reverse domain naming. systems ? [ pname ], -- cgit 1.4.1