Fixed typoes (see #897), thanks to bkerensa for the patch.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12580 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2013-03-26 05:22:25 +00:00
parent 516e57d274
commit 81d6353d7b
3 changed files with 3 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ const core::stringw NewsManager::getNextNewsMessage()
// ----------------------------------------------------------------------------
/** Checks if the given condition list are all fulfilled.
* The conditions must be seperated by ";", and each condition
* The conditions must be separated by ";", and each condition
* must be of the form "type comp version".
* Type must be 'stkversion'
* comp must be one of "<", "=", ">"

View File

@@ -246,7 +246,7 @@ ChallengeData::ChallengeData(const std::string& filename)
getUnlocks(s, ChallengeData::UNLOCK_DIFFICULTY);
else
{
fprintf(stderr, "[ChallengeData] unkown unlock entry.\n");
fprintf(stderr, "[ChallengeData] unknown unlock entry.\n");
fprintf(stderr,
"Must be one of kart, track, gp, mode, difficulty.\n");
exit(-1);

View File

@@ -173,7 +173,7 @@ POParser::get_string(unsigned int skip)
else
{
if (pedantic)
warning("keyword and string must be seperated by a single space");
warning("keyword and string must be separated by a single space");
for(;;)
{