glxgears: No, really. Fix the dyslexia.

This commit is contained in:
Ian Romanick 2009-02-01 11:54:42 -08:00
parent 24ff169486
commit 5b5ddfb89c

View file

@ -624,7 +624,7 @@ query_vsync(Display *dpy)
if (interval == 1) {
printf("approximately the same as the monitor refresh rate.\n");
} else if (interval > 1) {
printf("approximately 1/%d the montior refresh rate.\n",
printf("approximately 1/%d the monitor refresh rate.\n",
interval);
}
}