]> git.wh0rd.org Git - fontconfig.git/commitdiff
Typo in bitstream foundry name
authorKeith Packard <keithp@keithp.com>
Wed, 30 Apr 2003 15:18:02 +0000 (15:18 +0000)
committerKeith Packard <keithp@keithp.com>
Wed, 30 Apr 2003 15:18:02 +0000 (15:18 +0000)
src/fcfreetype.c

index 2f1657f9f9e2c80f12cd399ce1bf5568f30916e8..4d5c8613db9d505fe7e45d83cd1e02c2031a6bd5 100644 (file)
@@ -156,7 +156,7 @@ static const struct {
 } 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" },