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

index 539c0076408167198a442f70c57b9cd2bad0e2e7..3ee7b50b0357f817f6b4fc90fce3f47c6330a3cb 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" },