summaryrefslogtreecommitdiffstats
path: root/freebsd
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 /freebsd
parent526eca9a19377f878eda45d30bf80a428594d5a7 (diff)
Fix spelling of "maintainer"
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/FreeBSDCRT.c2
1 files changed, 1 insertions, 1 deletions
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();
}

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