diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-17 05:10:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-17 14:12:34 +0200 |
commit | 018be4ca5ebc0e25af4f50d22b3f1c43ff05fe5f (patch) | |
tree | e44095d72aa83477ce397e53e0afc50e0737b8a5 | |
parent | c1ca686bc8b227e9bb17ba533097aa3de02436dd (diff) | |
download | guix-018be4ca5ebc0e25af4f50d22b3f1c43ff05fe5f.tar guix-018be4ca5ebc0e25af4f50d22b3f1c43ff05fe5f.tar.gz |
gnu: acpica: Fix typo in synopsis.
* gnu/packages/admin.scm (acpica)[synopsis]: Fix typo or grammar.
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 8182544544..f6bf8526ef 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 |