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

@ -65,8 +65,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define FACE_LADDER 2 //ladder
#define FACE_GROUND 4 //standing on ground when in this face
#define FACE_GAP 8 //gap in the ground
#define FACE_LIQUID 16 //face seperating two areas with liquid
#define FACE_LIQUIDSURFACE 32 //face seperating liquid and air
#define FACE_LIQUID 16 //face separating two areas with liquid
#define FACE_LIQUIDSURFACE 32 //face separating liquid and air
#define FACE_BRIDGE 64 //can walk over this face if bridge is closed
//area contents

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)