summary refs log tree commit diff
diff options
context:
space:
mode:
authorfetsorn <fetsorn@gmail.com>2023-05-08 22:04:53 +0400
committerfetsorn <fetsorn@gmail.com>2023-05-09 18:02:17 +0400
commitc712d1ef195add7811d641e56976701e3f8e133d (patch)
tree80b6d96a8649dd461134c4eb42dc9947cfd17ce5
parent60572dc6410a2c64783f3eefc4b6743a48a8fa99 (diff)
downloadnixpkgs-c712d1ef195add7811d641e56976701e3f8e133d.tar
nixpkgs-c712d1ef195add7811d641e56976701e3f8e133d.tar.gz
nixpkgs-c712d1ef195add7811d641e56976701e3f8e133d.tar.bz2
nixpkgs-c712d1ef195add7811d641e56976701e3f8e133d.tar.lz
nixpkgs-c712d1ef195add7811d641e56976701e3f8e133d.tar.xz
nixpkgs-c712d1ef195add7811d641e56976701e3f8e133d.tar.zst
nixpkgs-c712d1ef195add7811d641e56976701e3f8e133d.zip
d2codingfont: fix typo
"verion" -> "version"
-rw-r--r--pkgs/data/fonts/d2coding/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/d2coding/default.nix b/pkgs/data/fonts/d2coding/default.nix
index 84af3d18bfe..be6f0809ed9 100644
--- a/pkgs/data/fonts/d2coding/default.nix
+++ b/pkgs/data/fonts/d2coding/default.nix
@@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
       D2Coding is a monospace font developed by a Korean IT Company called Naver.
       Font is good for displaying both Korean characters and latin characters,
       as sometimes these two languages could share some similar strokes.
-      Since verion 1.3, D2Coding font is officially supported by the font
+      Since version 1.3, D2Coding font is officially supported by the font
       creator, with symbols for Powerline.
     '';
     homepage = "https://github.com/naver/d2codingfont";