summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-02-01 11:54:42 -0800
committerIan Romanick <ian.d.romanick@intel.com>2009-03-13 17:38:37 -0700
commit41ad853a6adf367735c2b27e5dca90e215c097a8 (patch)
tree472852c0d1d21b8968f48d3d198e51ab0a262c46 /progs
parent842baa29cbbe7f4497066bfeebd92259787119f9 (diff)
glxgears: No, really. Fix the dyslexia. (cherry picked from commit 5b5ddfb89c74ecb527d035e77aaf999cf0fb86b5)
Diffstat (limited to 'progs')
-rw-r--r--progs/xdemos/glxgears.c2
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);
}
}