Fix a typo in a fallback string.
authorEric Anholt <anholt@FreeBSD.org>
Mon, 24 Oct 2005 07:21:56 +0000 (07:21 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Mon, 24 Oct 2005 07:21:56 +0000 (07:21 +0000)
src/mesa/drivers/dri/sis/sis_tris.c

index 0c70f26b6373573ff6d3ad24b7ad5df9eb15bade..7deaa634d1cdbee04069c32796a1d0a39c5f1406 100644 (file)
@@ -962,7 +962,7 @@ void sisFlushPrims(sisContextPtr smesa)
 static const char * const fallbackStrings[] = {
    "Texture mode",
    "Texture 0 mode",
-   "Texture 1 moder",
+   "Texture 1 mode",
    "Texture 0 env",
    "Texture 1 env",
    "glDrawBuffer(GL_FRONT_AND_BACK)",