Fix spelling of "maintainer"

This commit is contained in:
Michael McConville
2016-01-02 12:11:26 -05:00
parent 526eca9a19
commit 7170382706
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ void CRT_handleSIGSEGV(int sgn) {
CRT_done();
fprintf(stderr, "\n\nhtop " VERSION " aborting.\n");
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");
abort();
}