summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2016-01-03 16:32:48 -0200
committerHisham Muhammad <hisham@gobolinux.org>2016-01-03 16:32:48 -0200
commitbe9edc5d4302fc83281e6323bc1df72796c1b49c (patch)
treef7c34dea2dbe47c46b7d1d870986e73b99d97e88 /linux
parent70cd5c2b88ca6b2f9966a5e9b3e8be19a938b7f7 (diff)
parent86954f920481105568e23ab81617842d7ba4828b (diff)
Merge branch 'master' of https://github.com/hishamhm/htop
Diffstat (limited to 'linux')
-rw-r--r--linux/LinuxCRT.c2
1 files changed, 1 insertions, 1 deletions
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();
}

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