Commit fe83bc8e authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Merge pull request #332 from mmcco/maintainer

Fix spelling of "maintainer"
Showing with 5 additions and 5 deletions
+5 -5
......@@ -28,7 +28,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();
}
......
......@@ -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();
}
......@@ -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();
}
......@@ -16,7 +16,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();
}
......@@ -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();
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment