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:
Tobias Geerinckx-Rice 2020-09-20 21:24:45 +02:00
parent 6b4663363c
commit 7dff329862
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
5 changed files with 11 additions and 11 deletions

View file

@ -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."