From: curt Date: Fri, 21 Jan 2000 18:01:57 +0000 (+0000) Subject: Fixed a comment typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa16790a9ba426cf78aba0b181e559c86137baaa;p=flightgear.git Fixed a comment typo. --- diff --git a/src/Main/keyboard.cxx b/src/Main/keyboard.cxx index eb1a08191..fccd4beb0 100644 --- a/src/Main/keyboard.cxx +++ b/src/Main/keyboard.cxx @@ -432,7 +432,7 @@ void GLUTspecialkey(int k, int x, int y) { t->togglePauseMode(); return; } - case GLUT_KEY_F3: // F2 Take a screen shot + case GLUT_KEY_F3: // F3 Take a screen shot fgDumpSnapShot(); return; case GLUT_KEY_F6: // F6 toggles Autopilot target location