summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-04-30 15:18:02 +0000
committerKeith Packard <keithp@keithp.com>2003-04-30 15:18:02 +0000
commit2fbb2ccf30633b01128e65f5f0c9775a30e765ad (patch)
treebe44173a4921d7ebb5eb89ba37254fcb04ebf1bd
parentc4d3fef74756a4cab82fbbbf32827cc4d913665e (diff)
downloadfontconfig-2fbb2ccf30633b01128e65f5f0c9775a30e765ad.tar.gz
Typo in bitstream foundry name
-rw-r--r--src/fcfreetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 2f1657f..4d5c861 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" },