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

@ -411,7 +411,7 @@ void Com_ParseCommandLine( char *commandLine ) {
if (*commandLine == '"') {
inq = !inq;
}
// look for a + seperating character
// look for a + separating character
// if commandLine came from a file, we might have real line seperators
if ( (*commandLine == '+' && !inq) || *commandLine == '\n' || *commandLine == '\r' ) {
if ( com_numConsoleLines == MAX_CONSOLE_LINES ) {