X-Git-Url: https://git.ralfj.de/gltest.git/blobdiff_plain/c33e31157c4bfec02e8d0cabb78e3619fb1e581c..761d280065dfc01dc114f0975c58563be0562d50:/gltest.cpp diff --git a/gltest.cpp b/gltest.cpp index edc17f8..7f98eec 100644 --- a/gltest.cpp +++ b/gltest.cpp @@ -194,7 +194,7 @@ int main(int argc, char ** argv) ("help,h", "produce help message") ("swap-interval,i", po::value(), "set swap interval") ("overdraw,o", "overdraw previous image (instead of calling glClear)") - ("sleep,s", po::value()->default_value(0), "Number of milliseconds to sleap in each frame (in the drawing phase)") + ("sleep,s", po::value()->default_value(0), "Number of milliseconds to sleep in each frame (in the drawing phase)") ; po::variables_map vm; po::store(po::parse_command_line(argc, argv, desc), vm);