guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/52: gnu: config: Fix typo in synopsis.


From: guix-commits
Subject: 30/52: gnu: config: Fix typo in synopsis.
Date: Sat, 10 Apr 2021 08:15:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 44a53674afd46ac65d562beb8388cb03b4aa0510
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:54:14 2021 +0200

    gnu: config: Fix typo in synopsis.
    
    * gnu/packages/autotools.scm (config)[synopsis]: Fix typo.
---
 gnu/packages/autotools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 12a36a4..33e1905 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).")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]