summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorMichael Klein <michael.klein@puffin.lb.shuttle.de>2016-01-06 22:39:57 +0100
committerMichael Klein <michael.klein@puffin.lb.shuttle.de>2016-01-06 22:39:57 +0100
commitb10e54cdee3d964ae8c1962989bc9bc0e804f19b (patch)
tree1af98b120f75583459e83ff8c281fa348c30ff1c /unsupported
parentcc23d13f87e74d4dc2cc781da28ddc07f3860b63 (diff)
parentfc4c9757b01676e7cc16a50f04a3be25c00abbf0 (diff)
Merge remote-tracking branch 'upstream/master' into envscreen
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/UnsupportedCRT.c2
1 files changed, 1 insertions, 1 deletions
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();
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy