Fix some more typos (#4414)

* Some more grammar fixes.

* Fix a typo.
This commit is contained in:
MrIceblock 2020-10-25 01:04:54 +08:00 committed by GitHub
parent 9d7c63803e
commit af4cb91f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -223,7 +223,7 @@ Camera::Mode Camera::getMode()
} // getMode
// ----------------------------------------------------------------------------
/** Returns the last kwown mode of the camera.
/** Returns the last known mode of the camera.
*/
Camera::Mode Camera::getPreviousMode()
{
@ -262,7 +262,7 @@ void Camera::reset()
} // reset
//-----------------------------------------------------------------------------
/** Saves the current kart position as initial starting position for the
/** Saves the current kart position as the initial starting position for the
* camera.
*/
void Camera::setInitialTransform()

View File

@ -41,7 +41,7 @@ class AbstractKart;
/**
* \brief This is the base class for all cameras. It also includes some
* static functios to keep track of all cameras (e.g. a static function to
* static functions to keep track of all cameras (e.g. a static function to
* create a camera, get a camera with a specified index).
* \ingroup graphics
*/