fix typo
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 9 Apr 2003 22:50:52 +0000 (22:50 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 9 Apr 2003 22:50:52 +0000 (22:50 +0000)
progs/xdemos/glxgears.c

index 40d2f2fc3d92f74eb2cb34ce6374a2eef75557f5..ad7db9ee015b20b1deca0f442eacd6920e552d51 100644 (file)
@@ -648,7 +648,7 @@ main(int argc, char *argv[])
          printf("  -display displayName    Specify X display\n");
          printf("  -info                   Display GL information\n");
          printf("  -swap N                 Swap no more than once per N vertical refreshes\n");
-         printf("  -forcgetrate            Try to use glXGetMscRateOML function\n");
+         printf("  -forcegetrate           Try to use glXGetMscRateOML function\n");
          return 0;
       }
    }