summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael McConville <mmcco@mykolab.com>2016-01-02 12:11:26 -0500
committerMichael McConville <mmcco@mykolab.com>2016-01-02 12:11:26 -0500
commit71703827063770d78438ec0051e70f579faafbf4 (patch)
tree495fce09d4fccd7397e8cece7178e9c391a91454
parent526eca9a19377f878eda45d30bf80a428594d5a7 (diff)
Fix spelling of "maintainer"
-rw-r--r--darwin/DarwinCRT.c2
-rw-r--r--freebsd/FreeBSDCRT.c2
-rw-r--r--linux/LinuxCRT.c2
-rw-r--r--openbsd/OpenBSDCRT.c2
-rw-r--r--unsupported/UnsupportedCRT.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/darwin/DarwinCRT.c b/darwin/DarwinCRT.c
index 3efb18a7..51725984 100644
--- a/darwin/DarwinCRT.c
+++ b/darwin/DarwinCRT.c
@@ -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();
}
diff --git a/freebsd/FreeBSDCRT.c b/freebsd/FreeBSDCRT.c
index c4e65eeb..5c3a9de4 100644
--- a/freebsd/FreeBSDCRT.c
+++ b/freebsd/FreeBSDCRT.c
@@ -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();
}
diff --git a/linux/LinuxCRT.c b/linux/LinuxCRT.c
index e0a12821..5b2a21fd 100644
--- a/linux/LinuxCRT.c
+++ b/linux/LinuxCRT.c
@@ -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();
}
diff --git a/openbsd/OpenBSDCRT.c b/openbsd/OpenBSDCRT.c
index 552ca30d..c5dcec4a 100644
--- a/openbsd/OpenBSDCRT.c
+++ b/openbsd/OpenBSDCRT.c
@@ -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();
}
diff --git a/unsupported/UnsupportedCRT.c b/unsupported/UnsupportedCRT.c
index c4e65eeb..5c3a9de4 100644
--- a/unsupported/UnsupportedCRT.c
+++ b/unsupported/UnsupportedCRT.c
@@ -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();
}