Fix mis-spellings of "separating" as "seperating"
Found by Debian's Lintian tool.
This commit is contained in:
parent
8417c184b4
commit
7d4f9525df
4 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue