Fix dyslexia. (cherry picked from commit 9d6880ec8d)

This commit is contained in:
Ian Romanick 2009-01-30 14:55:42 -08:00
parent 9556d870a1
commit 842baa29cb

View file

@ -622,7 +622,7 @@ query_vsync(Display *dpy)
if (interval > 0) {
printf("Running synchronized to the vertical refresh. The framerate should be\n");
if (interval == 1) {
printf("approximately the same as the montior refresh rate.\n");
printf("approximately the same as the monitor refresh rate.\n");
} else if (interval > 1) {
printf("approximately 1/%d the montior refresh rate.\n",
interval);