diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-21 14:32:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-21 18:27:18 +0200 |
commit | 23e3d2d9befa6ace742868244ec282e0d5786ad5 (patch) | |
tree | 1ca341aab4f91b2e7a022ef41ef8fddcb6ce33ee /gnu/packages/fonts.scm | |
parent | c44271445a7bee2b3873743128f7f27ff9a1320f (diff) | |
download | guix-23e3d2d9befa6ace742868244ec282e0d5786ad5.tar.gz |
gnu: font-overpass: Fix typo in description.
* gnu/packages/fonts.scm (font-overpass)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 9297256f8e..a1d7abd435 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2264,6 +2264,6 @@ half of the twentieth century.") (description "Overpass is a sans-serif typeface based on the U.S. interstate highway road signage typefaces, adapted for on-screen display and user interfaces. -Overpass includes proprotional and monospace variants.") +Overpass includes proportional and monospace variants.") (license (list license:silofl1.1 license:lgpl2.1)))) |