changeset 95355:b2d851c43596

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 28 May 2008 08:10:37 +0000
parents 4011445f01b1
children 90b4a0dc21cc
files src/w32fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32fns.c	Wed May 28 06:46:55 2008 +0000
+++ b/src/w32fns.c	Wed May 28 08:10:37 2008 +0000
@@ -5584,7 +5584,7 @@
       strcpy (height_dpi, "*");
     }
 
-#if 0 /* Never put the width in the xfld. It fails on fonts with
+#if 0 /* Never put the width in the xlfd. It fails on fonts with
 	 double-width characters.  */
   if (lplogfont->lfWidth)
     sprintf (width_pixels, "%u", lplogfont->lfWidth * 10);