From 9d6880ec8d4c13540452a8208ca69a58a3f8459d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 30 Jan 2009 14:55:42 -0800 Subject: Fix dyslexia. --- progs/xdemos/glxgears.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs') diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c index dfe071b9c2..0088c34d17 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); -- cgit v1.2.3