From 1af9b7b4d945b1f15ea5c2d9a20cfecef4f3e199 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 30 Apr 2003 15:17:42 +0000 Subject: [PATCH] Typo in bitstream foundry name --- src/fcfreetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcfreetype.c b/src/fcfreetype.c index 539c007..3ee7b50 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -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" },