summaryrefslogtreecommitdiffstats
path: root/linux
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 /linux
parent526eca9a19377f878eda45d30bf80a428594d5a7 (diff)
Fix spelling of "maintainer"
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