summaryrefslogtreecommitdiff
path: root/progs/xdemos
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-01-30 14:55:42 -0800
committerIan Romanick <ian.d.romanick@intel.com>2009-01-30 14:55:42 -0800
commit9d6880ec8d4c13540452a8208ca69a58a3f8459d (patch)
tree95d2b523ff741f0360307f96a69ddb665d2eab84 /progs/xdemos
parent58b9cd411fd81e257364efb3f2738bd1ac556e34 (diff)
Fix dyslexia.
Diffstat (limited to 'progs/xdemos')
-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 dfe071b9c2e..0088c34d178 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);