mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build: Fix docstring typos.
* gnu/build/image.scm (estimate-partition-size): Fix typo in docstring. * guix/build/copy-build-system.scm (install): Likewise. * guix/build/lisp-utils.scm (generate-executable): Likewise. * guix/build/maven/pom.scm (find-parent, fix-pom-dependencies): Likewise. * guix/build-system/cargo.scm (expand-crate-sources): Likewise.
This commit is contained in:
parent
6b4663363c
commit
7dff329862
5 changed files with 11 additions and 11 deletions
|
@ -407,7 +407,7 @@ DEPENDENCY-PREFIXES to ensure references to those libraries are retained."
|
|||
type
|
||||
compress?
|
||||
#:allow-other-keys)
|
||||
"Generate an executable by using asdf operation TYPE, containing whithin the
|
||||
"Generate an executable by using asdf operation TYPE, containing within the
|
||||
image all DEPENDENCIES, and running ENTRY-PROGRAM in the case of an
|
||||
executable. Link in any asd files from DEPENDENCY-PREFIXES to ensure
|
||||
references to those libraries are retained."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue