REFACTOR [anough to enough]

This commit is contained in:
Zack Middleton 2012-06-18 16:39:58 +00:00
parent 2579738256
commit a375f898f5
7 changed files with 21 additions and 21 deletions

View file

@ -164,7 +164,7 @@ void UI_LoadArenas( void ) {
}
trap_Print( va( "%i arenas parsed\n", ui_numArenas ) );
if (UI_OutOfMemory()) {
trap_Print(S_COLOR_YELLOW"WARNING: not anough memory in pool to load all arenas\n");
trap_Print(S_COLOR_YELLOW"WARNING: not enough memory in pool to load all arenas\n");
}
for( n = 0; n < ui_numArenas; n++ ) {