This commit is contained in:
Hisham Muhammad
2016-01-03 16:32:48 -02:00
7 changed files with 42 additions and 33 deletions

View File

@ -30,7 +30,7 @@ void CRT_handleSIGSEGV(int sgn) {
#endif
#else
fprintf(stderr, "\nUnfortunately, you seem to be using an unsupported platform!");
fprintf(stderr, "\nPlease contact your platform package mantainer!\n\n");
fprintf(stderr, "\nPlease contact your platform package maintainer!\n\n");
#endif
abort();
}