summaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:54:14 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:31 +0200
commit44a53674afd46ac65d562beb8388cb03b4aa0510 (patch)
tree3606bdb4e3d3f52825906e9c2914e19b90587fc4 /gnu/packages/autotools.scm
parent5bee5ced3455508fbb27a0374a14dfb73405a7ec (diff)
downloadguix-patches-44a53674afd46ac65d562beb8388cb03b4aa0510.tar
guix-patches-44a53674afd46ac65d562beb8388cb03b4aa0510.tar.gz
gnu: config: Fix typo in synopsis.
* gnu/packages/autotools.scm (config)[synopsis]: Fix typo.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r--gnu/packages/autotools.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 12a36a4709..33e1905a25 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -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).")