[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: abjad-ext-rmakers: Fix typo in synopsis.
From: |
guix-commits |
Subject: |
01/05: gnu: abjad-ext-rmakers: Fix typo in synopsis. |
Date: |
Thu, 30 Sep 2021 01:24:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e4629a68bf89143c87fff320b367b372ac0569a6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 27 16:44:22 2021 +0200
gnu: abjad-ext-rmakers: Fix typo in synopsis.
* gnu/packages/music.scm (abjad-ext-rmakers)[synopsis]:
Fix ‘exension’ typo.
---
gnu/packages/music.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 4c77fb7..ae4626d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1660,7 +1660,7 @@ typographic detail of symbols on the page.")
(propagated-inputs
`(("abjad" ,abjad)))
(home-page "https://abjad.github.io")
- (synopsis "Abjad rhythm-maker exension package")
+ (synopsis "Abjad rhythm-maker extension package")
(description
"@code{abjad-ext-rmakers} includes a collection of classes for creating
and
and manipulating rhythms such as accelerandi, taleas, and more.")