Mesa (master): Fix dyslexia.

Ian Romanick idr at kemper.freedesktop.org
Fri Jan 30 22:56:03 UTC 2009


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Jan 30 14:55:42 2009 -0800

Fix 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 dfe071b..0088c34 100644
--- a/progs/xdemos/glxgears.c
+++ b/progs/xdemos/glxgears.c
@@ -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);




More information about the mesa-commit mailing list