summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-04-30 15:17:42 +0000
committerKeith Packard <keithp@keithp.com>2003-04-30 15:17:42 +0000
commit1af9b7b4d945b1f15ea5c2d9a20cfecef4f3e199 (patch)
treeff93664990d1fa900881c745047b6abe6527121a /src
parent70ee88099eac5cb5f75b392dc38ce16852f3b0bd (diff)
Typo in bitstream foundry name
Diffstat (limited to 'src')
-rw-r--r--src/fcfreetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 539c0076..3ee7b50b 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" },