Mesa (master): glxgears: No, really. Fix the dyslexia.

Ian Romanick idr at kemper.freedesktop.org
Sun Feb 1 19:56:13 UTC 2009


Module: Mesa
Branch: master
Commit: 5b5ddfb89c74ecb527d035e77aaf999cf0fb86b5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b5ddfb89c74ecb527d035e77aaf999cf0fb86b5

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Sun Feb  1 11:54:42 2009 -0800

glxgears: No, really.  Fix the dyslexia.

---

 progs/xdemos/glxgears.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c
index 0088c34..2dc157a 100644
--- a/progs/xdemos/glxgears.c
+++ b/progs/xdemos/glxgears.c
@@ -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);
       }
    }




More information about the mesa-commit mailing list