Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
9 years ago
by
Michael McConville
Browse files
Options
Download
Email Patches
Plain Diff
Fix spelling of "maintainer"
parent
526eca9a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
darwin/DarwinCRT.c
+1
-1
darwin/DarwinCRT.c
freebsd/FreeBSDCRT.c
+1
-1
freebsd/FreeBSDCRT.c
linux/LinuxCRT.c
+1
-1
linux/LinuxCRT.c
openbsd/OpenBSDCRT.c
+1
-1
openbsd/OpenBSDCRT.c
unsupported/UnsupportedCRT.c
+1
-1
unsupported/UnsupportedCRT.c
with
5 additions
and
5 deletions
+5
-5
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
();
}
...
...
This diff is collapsed.
Click to expand it.
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
();
}
This diff is collapsed.
Click to expand it.
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
();
}
This diff is collapsed.
Click to expand it.
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
();
}
This diff is collapsed.
Click to expand it.
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
();
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help