Fix "Unkown" typo in two FatalError messages

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
Alan Coopersmith 2009-05-10 16:25:24 -07:00
parent 8d27247829
commit f16ee21884
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ i830_texture_setup(PicturePtr pPict, PixmapPtr pPix, int unit)
wrap_mode = TEXCOORDMODE_MIRROR;
break;
default:
FatalError("Unkown repeat type %d\n", pPict->repeatType);
FatalError("Unknown repeat type %d\n", pPict->repeatType);
}
switch (pPict->filter) {

View File

@ -270,7 +270,7 @@ i915_texture_setup(PicturePtr pPict, PixmapPtr pPix, int unit)
wrap_mode = TEXCOORDMODE_MIRROR;
break;
default:
FatalError("Unkown repeat type %d\n", pPict->repeatType);
FatalError("Unknown repeat type %d\n", pPict->repeatType);
}
switch (pPict->filter) {