Fix mis-spellings of "separating" as "seperating"

Found by Debian's Lintian tool.
This commit is contained in:
Simon McVittie 2016-09-21 20:15:01 +01:00
parent 8417c184b4
commit 7d4f9525df
4 changed files with 5 additions and 5 deletions

View file

@ -152,7 +152,7 @@ int AAS_UpdatePortal(int areanum, int clusternum)
{
//remove the cluster portal flag contents
aasworld.areasettings[areanum].contents &= ~AREACONTENTS_CLUSTERPORTAL;
Log_Write("portal area %d is seperating more than two clusters\r\n", areanum);
Log_Write("portal area %d is separating more than two clusters\r\n", areanum);
return qfalse;
} //end else
if (aasworld.portalindexsize >= AAS_MAX_PORTALINDEXSIZE)