lisp-modules: fix typos

This commit is contained in:
Kasper Gałkowski 2023-03-15 19:06:13 +01:00
parent e5eb0322a2
commit bf643838f3

View File

@ -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 ],