From 5b5ddfb89c74ecb527d035e77aaf999cf0fb86b5 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sun, 1 Feb 2009 11:54:42 -0800 Subject: glxgears: No, really. Fix the dyslexia. --- progs/xdemos/glxgears.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c index 0088c34d17..2dc157a890 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); } } -- cgit v1.2.3