mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: acpica: Fix typo in synopsis.
* gnu/packages/admin.scm (acpica)[synopsis]: Fix typo or grammar.
This commit is contained in:
parent
c1ca686bc8
commit
018be4ca5e
1 changed files with 1 additions and 1 deletions
|
@ -1711,7 +1711,7 @@ (define-public acpica
|
||||||
#:tests? #f ; no 'check' target
|
#:tests? #f ; no 'check' target
|
||||||
#:phases (modify-phases %standard-phases (delete 'configure))))
|
#:phases (modify-phases %standard-phases (delete 'configure))))
|
||||||
(home-page "https://acpica.org/")
|
(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
|
(description
|
||||||
"The ACPI Component Architecture (@dfn{ACPICA}) project provides an
|
"The ACPI Component Architecture (@dfn{ACPICA}) project provides an
|
||||||
OS-independent reference implementation of the Advanced Configuration and
|
OS-independent reference implementation of the Advanced Configuration and
|
||||||
|
|
Loading…
Reference in a new issue