Fixed a couple minor typos found by marclennart

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9856 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-09-18 00:12:12 +00:00
parent d25effaa5f
commit 3029d01014
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ void AnimationBase::reset()
} // reset
// ----------------------------------------------------------------------------
/** Updates the time, position and rotation. Called once per framce.
/** Updates the time, position and rotation. Called once per frame.
* \param dt Time since last call.
* \param xyz Position to be updated.
* \param hpr Rotation to be updated.

View File

@@ -120,7 +120,7 @@ bool ProfileWorld::isRaceOver()
} // isRaceOver
//-----------------------------------------------------------------------------
/** Counts the number of framces.
/** Counts the number of frames.
*/
void ProfileWorld::update(float dt)
{