Fix some typos

This commit is contained in:
Benau 2021-10-06 15:22:32 +08:00
parent e8074fa392
commit 501d8b55ab
2 changed files with 2 additions and 2 deletions

View File

@ -738,7 +738,7 @@ void cmdDebugHelp()
" --rendering-debug Enable displaying of ambient/diffuse/specularity\n"
" in RGB & all anisotropic.\n"
" --ai-debug Enable displaying of AI controllers as on-screen text.\n"
" Makes it easier to distingush between different AI controllers.\n"
" Makes it easier to distinguish between different AI controllers.\n"
" --fps-debug Enable verbose logging of the FPS counter on every frame.\n"
" --rewind Enable the rewind manager.\n"
" --battle-ai-stats Enable verbose logging of AI karts in battle modes.\n"

View File

@ -358,7 +358,7 @@ void MainLoop::updateRace(int ticks, bool fast_forward)
//-----------------------------------------------------------------------------
/** Run the actual main loop.
* The sequnce in which various parts of STK are updated is:
* The sequence in which various parts of STK are updated is:
* - Determine next time step size (`getLimitedDt`). This takes maximum fps
* into account (i.e. sleep if the fps would be too high), and will actually
* slow down the in-game clock if the fps are too low (if more than 3/60 of