diff options
author | Brian Paul <[email protected]> | 2005-04-04 20:06:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-04-04 20:06:40 +0000 |
commit | c39a4bc83c076a84669dcaac48d79a6eda094477 (patch) | |
tree | ee1085a3fcea7fa7c9e6b28004ce1c04ca17014d /progs/demos/rain.cxx | |
parent | a92100a3c6f13597b9f9c47987d232dadd4ebe93 (diff) |
s/Togle/Toggle/
Diffstat (limited to 'progs/demos/rain.cxx')
-rw-r--r-- | progs/demos/rain.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/rain.cxx b/progs/demos/rain.cxx index e18397862fe..d19f049c5f3 100644 --- a/progs/demos/rain.cxx +++ b/progs/demos/rain.cxx @@ -146,10 +146,10 @@ static void printhelp(void) printstring(GLUT_BITMAP_TIMES_ROMAN_24,"Help"); glRasterPos2i(60,390); - printstring(GLUT_BITMAP_TIMES_ROMAN_24,"h - Togle Help"); + printstring(GLUT_BITMAP_TIMES_ROMAN_24,"h - Toggle Help"); glRasterPos2i(60,360); - printstring(GLUT_BITMAP_TIMES_ROMAN_24,"f - Togle Fog"); + printstring(GLUT_BITMAP_TIMES_ROMAN_24,"f - Toggle Fog"); glRasterPos2i(60,330); printstring(GLUT_BITMAP_TIMES_ROMAN_24,"Arrow Keys - Rotate"); glRasterPos2i(60,300); |