mirror of https://github.com/xzeldon/htop.git
Fix spelling of "maintainer"
This commit is contained in:
parent
526eca9a19
commit
7170382706
|
@ -28,7 +28,7 @@ void CRT_handleSIGSEGV(int sgn) {
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, "\nUnfortunately, you seem to be using an unsupported platform!");
|
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
|
#endif
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ void CRT_handleSIGSEGV(int sgn) {
|
||||||
CRT_done();
|
CRT_done();
|
||||||
fprintf(stderr, "\n\nhtop " VERSION " aborting.\n");
|
fprintf(stderr, "\n\nhtop " VERSION " aborting.\n");
|
||||||
fprintf(stderr, "\nUnfortunately, you seem to be using an unsupported platform!");
|
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();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ void CRT_handleSIGSEGV(int sgn) {
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, "\nUnfortunately, you seem to be using an unsupported platform!");
|
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
|
#endif
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ void CRT_handleSIGSEGV(int sgn) {
|
||||||
CRT_done();
|
CRT_done();
|
||||||
fprintf(stderr, "\n\nhtop " VERSION " aborting.\n");
|
fprintf(stderr, "\n\nhtop " VERSION " aborting.\n");
|
||||||
fprintf(stderr, "\nUnfortunately, you seem to be using an unsupported platform!");
|
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();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ void CRT_handleSIGSEGV(int sgn) {
|
||||||
CRT_done();
|
CRT_done();
|
||||||
fprintf(stderr, "\n\nhtop " VERSION " aborting.\n");
|
fprintf(stderr, "\n\nhtop " VERSION " aborting.\n");
|
||||||
fprintf(stderr, "\nUnfortunately, you seem to be using an unsupported platform!");
|
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();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue