Description: two spelling fixes Author: Damyan Ivanov --- a/graphics/sofont.cpp +++ b/graphics/sofont.cpp @@ -255,7 +255,7 @@ bool SoFont::load(SDL_Surface * FontSurf if(!FontSurface) { - log_printf(ELOG, "SoFont recieved a NULL SDL_Surface\n"); + log_printf(ELOG, "SoFont received a NULL SDL_Surface\n"); return false; } if(picture) --- a/prefs.cpp +++ b/prefs.cpp @@ -161,7 +161,7 @@ void prefs_t::postload() if((o_wait_msec != 30) && !cmd_cheat) { - log_printf(ELOG, "'wait' is only avaliable in cheat mode!\n"); + log_printf(ELOG, "'wait' is only available in cheat mode!\n"); o_wait_msec = 30; }