svn commit: r368274 - head/share/vt/fonts
Toomas Soome
tsoome at FreeBSD.org
Wed Dec 2 09:42:03 UTC 2020
Author: tsoome
Date: Wed Dec 2 09:42:02 2020
New Revision: 368274
URL: https://svnweb.freebsd.org/changeset/base/368274
Log:
vt/fonts: fix typo
add missing 'is'.
Reported by: bcr
Modified:
head/share/vt/fonts/INDEX.fonts
Modified: head/share/vt/fonts/INDEX.fonts
==============================================================================
--- head/share/vt/fonts/INDEX.fonts Wed Dec 2 08:14:56 2020 (r368273)
+++ head/share/vt/fonts/INDEX.fonts Wed Dec 2 09:42:02 2020 (r368274)
@@ -13,7 +13,7 @@
# terminus-b32.fnt:de:Terminus Schriftart
# terminus-b32.fnt:en:Terminus font
#
-# If lang empty use 'en' (us-english) as default.
+# If lang is empty use 'en' (us-english) as default.
#
# See also setlocale(3),
# /usr/share/locale, /usr/X11/lib/X11/locale/locale.alias
More information about the svn-src-head
mailing list