diff options
author | Ian Romanick <[email protected]> | 2009-02-01 11:54:42 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-02-01 11:56:07 -0800 |
commit | 5b5ddfb89c74ecb527d035e77aaf999cf0fb86b5 (patch) | |
tree | 31140247af48d84a224a64cf9bdab1497a9e4e1a /progs/xdemos | |
parent | 24ff169486e315671c09cd8a57a311a935ccfff5 (diff) |
glxgears: No, really. Fix the dyslexia.
Diffstat (limited to 'progs/xdemos')
-rw-r--r-- | 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 0088c34d178..2dc157a8908 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); } } |