1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Fix typo in SMuFL metadata
Bug-SMuFL: https://github.com/w3c/smufl/issues/127
From: Klaus Rettinghaus <klaus.rettinghaus@gmail.com>
Forwarded: https://github.com/w3c/smufl/pull/129
Applied-Upstream: yes, in SMuFL
--- a/fonts/bravura/glyphnames.json
+++ b/fonts/bravura/glyphnames.json
@@ -7269,7 +7269,7 @@
},
"ornamentPrecompPortDeVoixMordent": {
"codepoint": "U+E5BC",
- "description": "Pre-beat port de voix follwed by multiple mordent (Dandrieu)"
+ "description": "Pre-beat port de voix followed by multiple mordent (Dandrieu)"
},
"ornamentPrecompSlide": {
"codepoint": "U+E5B0",
--- a/fonts/gootville/glyphnames.json
+++ b/fonts/gootville/glyphnames.json
@@ -7142,7 +7142,7 @@
},
"ornamentPrecompPortDeVoixMordent": {
"codepoint": "U+E5BC",
- "description": "Pre-beat port de voix follwed by multiple mordent (Dandrieu)"
+ "description": "Pre-beat port de voix followed by multiple mordent (Dandrieu)"
},
"ornamentPrecompSlide": {
"codepoint": "U+E5B0",
|