guix-commits
[Top][All Lists]
Advanced

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

99/104: gnu: acpica: Fix typo in synopsis.


From: guix-commits
Subject: 99/104: gnu: acpica: Fix typo in synopsis.
Date: Sun, 17 May 2020 11:36:54 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 5b183532d2dcfa70d3fa2dd2ae32fe1aac352126
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 05:10:01 2020 +0200

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8182544..f6bf852 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1711,7 +1711,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
        #:tests? #f                      ; no 'check' target
        #:phases (modify-phases %standard-phases (delete 'configure))))
     (home-page "https://acpica.org/";)
-    (synopsis "Tools for the development and debug of ACPI tables")
+    (synopsis "Tools for the development and debugging of ACPI tables")
     (description
      "The ACPI Component Architecture (@dfn{ACPICA}) project provides an
 OS-independent reference implementation of the Advanced Configuration and



reply via email to

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