1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Fix technical typo.

This commit is contained in:
Jonas 'Sortie' Termansen 2017-03-21 21:07:11 +01:00
parent 9dd8a8e84c
commit 35d3c7e0b5

View file

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