changeset 41986:90840766f5fb

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 12 Dec 2001 20:03:19 +0000
parents a5cf987a766e
children 34952771ae85
files src/w32bdf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32bdf.c	Wed Dec 12 20:00:37 2001 +0000
+++ b/src/w32bdf.c	Wed Dec 12 20:03:19 2001 +0000
@@ -791,7 +791,7 @@
     return fontp;
 }
 
-/* Check a file for an XFLD string describing it.  */
+/* Check a file for an XLFD string describing it.  */
 int w32_BDF_to_x_font (char *file, char* xstr, int len)
 {
   HANDLE hfile, hfilemap;