gnu: config: Fix typo in synopsis.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:54:14 +0000 (19:54 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 10 Apr 2021 12:11:31 +0000 (14:11 +0200)
* gnu/packages/autotools.scm (config)[synopsis]: Fix typo.

gnu/packages/autotools.scm

index 12a36a4..33e1905 100644 (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).")