Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
71703827
Commit
71703827
authored
Jan 02, 2016
by
Michael McConville
Browse files
Fix spelling of "maintainer"
parent
526eca9a
Changes
5
Show whitespace changes
Inline
Side-by-side
darwin/DarwinCRT.c
View file @
71703827
...
...
@@ -28,7 +28,7 @@ void CRT_handleSIGSEGV(int sgn) {
#endif
#else
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
#endif
abort
();
}
...
...
freebsd/FreeBSDCRT.c
View file @
71703827
...
...
@@ -15,7 +15,7 @@ void CRT_handleSIGSEGV(int sgn) {
CRT_done
();
fprintf
(
stderr
,
"
\n\n
htop "
VERSION
" aborting.
\n
"
);
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
abort
();
}
linux/LinuxCRT.c
View file @
71703827
...
...
@@ -30,7 +30,7 @@ void CRT_handleSIGSEGV(int sgn) {
#endif
#else
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
#endif
abort
();
}
openbsd/OpenBSDCRT.c
View file @
71703827
...
...
@@ -16,7 +16,7 @@ void CRT_handleSIGSEGV(int sgn) {
CRT_done
();
fprintf
(
stderr
,
"
\n\n
htop "
VERSION
" aborting.
\n
"
);
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
abort
();
}
unsupported/UnsupportedCRT.c
View file @
71703827
...
...
@@ -15,7 +15,7 @@ void CRT_handleSIGSEGV(int sgn) {
CRT_done
();
fprintf
(
stderr
,
"
\n\n
htop "
VERSION
" aborting.
\n
"
);
fprintf
(
stderr
,
"
\n
Unfortunately, you seem to be using an unsupported platform!"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package mantainer!
\n\n
"
);
fprintf
(
stderr
,
"
\n
Please contact your platform package ma
i
ntainer!
\n\n
"
);
abort
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment