summaryrefslogtreecommitdiff
path: root/src/xdemos/glxgears.c
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-02-01 11:56:07 -0800
commit5bf646235159e4004760e4097e85d563e405ce97 (patch)
tree0bd51b890b784d9f6dbc4fe909b65be1907ff5d5 /src/xdemos/glxgears.c
parentf384b52a3c5d430df5bb43408c8f9374c4dd09ef (diff)
glxgears: No, really. Fix the dyslexia.
Diffstat (limited to 'src/xdemos/glxgears.c')
-rw-r--r--src/xdemos/glxgears.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdemos/glxgears.c b/src/xdemos/glxgears.c
index 0088c34d..2dc157a8 100644
--- a/src/xdemos/glxgears.c
+++ b/src/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);
}
}