Fix technical typo.

This commit is contained in:
Jonas 'Sortie' Termansen 2017-03-21 21:07:11 +01:00
parent 9dd8a8e84c
commit 35d3c7e0b5
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ void PanicInit()
Log::Center(BRAND_LOGO_PANIC);
Log::Center("KERNEL PANIC");
Log::Print("\n\nThe operating system encountered an unrecoverable "
"error.\n\nTechincal information:\n");
"error.\n\nTechnical information:\n");
}
else
{