summary refs log tree commit diff
path: root/pkgs/development/lisp-modules
diff options
context:
space:
mode:
authorKasper Gałkowski <k@galkowski.xyz>2023-03-15 19:06:13 +0100
committerKasper Gałkowski <k@galkowski.xyz>2023-03-15 19:06:13 +0100
commitbf643838f356cb6dcccda204f02bbcd0eb8bd01a (patch)
tree62b299c92e67261921053d8fbf37d9696efe9d90 /pkgs/development/lisp-modules
parente5eb0322a2f7c235c64662b4dce720b62111fc88 (diff)
downloadnixpkgs-bf643838f356cb6dcccda204f02bbcd0eb8bd01a.tar
nixpkgs-bf643838f356cb6dcccda204f02bbcd0eb8bd01a.tar.gz
nixpkgs-bf643838f356cb6dcccda204f02bbcd0eb8bd01a.tar.bz2
nixpkgs-bf643838f356cb6dcccda204f02bbcd0eb8bd01a.tar.lz
nixpkgs-bf643838f356cb6dcccda204f02bbcd0eb8bd01a.tar.xz
nixpkgs-bf643838f356cb6dcccda204f02bbcd0eb8bd01a.tar.zst
nixpkgs-bf643838f356cb6dcccda204f02bbcd0eb8bd01a.zip
lisp-modules: fix typos
Diffstat (limited to 'pkgs/development/lisp-modules')
-rw-r--r--pkgs/development/lisp-modules/nix-cl.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/lisp-modules/nix-cl.nix b/pkgs/development/lisp-modules/nix-cl.nix
index d1a70bf5c8e..1716862a602 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 ],