mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
inferior: Fix typo.
* guix/inferior: Fix spelling of "specifications".
This commit is contained in:
parent
7f69414927
commit
a130544d60
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ (define inferior-package-transitive-propagated-inputs
|
|||
(cut inferior-package-input-field <> 'package-transitive-propagated-inputs))
|
||||
|
||||
(define (%inferior-package-search-paths package field)
|
||||
"Return the list of search path specificiations of PACKAGE, an inferior
|
||||
"Return the list of search path specifications of PACKAGE, an inferior
|
||||
package."
|
||||
(define paths
|
||||
(inferior-package-field package
|
||||
|
|
Loading…
Reference in a new issue