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
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue