[Commit] fontconfig/src fcfreetype.c,1.27,1.28

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


Committed by: keithp

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

Modified Files:
	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.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- fcfreetype.c	24 Apr 2003 17:31:03 -0000	1.27
+++ fcfreetype.c	30 Apr 2003 15:17:42 -0000	1.28
@@ -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" },