Fix Common Typo's.

Fix instances of:
* Retreive
* Recieve
* other then
* different then
* Repeated words ("the the", "an an", "and and", etc).
* othterwise, teh

ASTERISK-24198 #close

Change-Id: I3809a9c113b92fd9d0d9f9bac98e9c66dc8b2d31
This commit is contained in:
Corey Farrell
2017-12-20 12:14:54 -05:00
parent 4f45748f52
commit 82b6ba976f
43 changed files with 59 additions and 59 deletions

View File

@@ -173,7 +173,7 @@ struct skel_level_state {
};
/*! \brief Object to hold level config information.
* \note This object should hold a reference to an an object that holds state across reloads.
* \note This object should hold a reference to an object that holds state across reloads.
* The other fields are just examples of the kind of data that might be stored in an level.
*/
struct skel_level {
@@ -193,7 +193,7 @@ struct skel_level {
* the running game.
*/
struct skel_current_game {
uint32_t total_games; /*! The total number of games for this call to to the app */
uint32_t total_games; /*! The total number of games for this call to the app */
uint32_t games_left; /*! How many games are left to play in this set */
uint32_t cheat; /*! Whether or not cheating was enabled for the game */
struct skel_level *level_info; /*! The level information for the running game */