diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-08-30 15:53:14 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-08-30 15:53:14 -0700 |
commit | 0fb55cb86e2ec5dbfbf27a01ceafb77c72fe9f40 (patch) | |
tree | e451d022fed190df7f5044e867f1e32c0aeea368 /src | |
parent | aa7f3107d5aad41cb3f7b1bb3a4723014314289c (diff) |
Fix typo in comment (alreadt -> already)
Diffstat (limited to 'src')
-rw-r--r-- | src/bitmap/pcfread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitmap/pcfread.c b/src/bitmap/pcfread.c index 6210f18..fd41849 100644 --- a/src/bitmap/pcfread.c +++ b/src/bitmap/pcfread.c @@ -468,7 +468,7 @@ pcfReadFont(FontPtr pFont, FontFilePtr file, nbitmaps = pcfGetINT32(file, format); if (nbitmaps != nmetrics || IS_EOF(file)) goto Bail; - /* nmetrics is alreadt ok, so nbitmap also is */ + /* nmetrics is already ok, so nbitmap also is */ offsets = (CARD32 *) xalloc(nbitmaps * sizeof(CARD32)); if (!offsets) { pcfError("pcfReadFont(): Couldn't allocate offsets (%d*%d)\n", nbitmaps, sizeof(CARD32)); |