summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDCRT.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/FreeBSDCRT.c')
-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();
}