[Commit] fontconfig/src fcfreetype.c,1.26.2.1,1.26.2.2

Keith Packard commit@keithp.com
Wed, 30 Apr 2003 08:18:05 -0700


Committed by: keithp

Update of /local/src/CVS/fontconfig/src
In directory home.keithp.com:/tmp/cvs-serv8900

Modified Files:
      Tag: fc-2_2_branch
	fcfreetype.c 
Log Message:
Typo in bitstream foundry name


Index: fcfreetype.c
===================================================================
RCS file: /local/src/CVS/fontconfig/src/fcfreetype.c,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -u -d -r1.26.2.1 -r1.26.2.2
--- fcfreetype.c	24 Apr 2003 17:32:37 -0000	1.26.2.1
+++ fcfreetype.c	30 Apr 2003 15:18:02 -0000	1.26.2.2
@@ -156,7 +156,7 @@
 } FcNoticeFoundries[] = {
     { (const FcChar8*) "Bigelow",	(const FcChar8 *) "b&h" },
     { (const FcChar8*) "Adobe",		(const FcChar8 *) "adobe" },
-    { (const FcChar8*) "Bitstream",	(const FcChar8 *) "bitsteam" },
+    { (const FcChar8*) "Bitstream",	(const FcChar8 *) "bitstream" },
     { (const FcChar8*) "Monotype",	(const FcChar8 *) "monotype" },
     { (const FcChar8*) "Linotype",	(const FcChar8 *) "linotype" },
     { (const FcChar8*) "LINOTYPE-HELL", (const FcChar8 *) "linotype" },