glxgears: No, really. Fix the dyslexia.
authorIan Romanick <ian.d.romanick@intel.com>
Sun, 1 Feb 2009 19:54:42 +0000 (11:54 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sun, 1 Feb 2009 19:56:07 +0000 (11:56 -0800)
progs/xdemos/glxgears.c

index 0088c34d178bffd5850848959f2d1843b94de6fe..2dc157a8908446dc71e001f02b710e5eaa06befe 100644 (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);
       }
    }