me
/
guix
Archived
1
0
Fork 0

gnu: config: Fix typo in synopsis.

* gnu/packages/autotools.scm (config)[synopsis]: Fix typo.
master
Tobias Geerinckx-Rice 2021-04-09 19:54:14 +02:00
parent 5bee5ced34
commit 44a53674af
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ complexity of working with shared libraries across platforms.")
(native-inputs
`(("help2man" ,help2man)))
(home-page "https://savannah.gnu.org/projects/config")
(synopsis "Ubiquitious config.guess and config.sub scripts")
(synopsis "Ubiquitous config.guess and config.sub scripts")
(description "The `config.guess' script tries to guess a canonical system triple,
and `config.sub' validates and canonicalizes. These are used as part of
configuration in nearly all GNU packages (and many others).")