diff options
| author | snj <snj@NetBSD.org> | 2018-06-06 02:12:47 +0000 |
|---|---|---|
| committer | snj <snj@NetBSD.org> | 2018-06-06 02:12:47 +0000 |
| commit | 3cb42cfdfaff83c522e2b9b3a0f35bdbc9dff15f (patch) | |
| tree | b09359c79034568e5a0de63fd94bee0d3c1ed982 /external | |
| parent | c626b3938f60b67911ac3757f159ee963c36e6e6 (diff) | |
rats in my attic, mice in my top. i've had enough of these damn rodents.
Diffstat (limited to 'external')
| -rw-r--r-- | external/bsd/top/dist/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/bsd/top/dist/commands.c b/external/bsd/top/dist/commands.c index 03418f184dc..f2a79273783 100644 --- a/external/bsd/top/dist/commands.c +++ b/external/bsd/top/dist/commands.c @@ -508,7 +508,7 @@ renice_procs(char *str) /* move to the first process number */ if ((str = next_field(str)) == NULL) { - message_error(" remice: no processes specified"); + message_error(" renice: no processes specified"); return; } |
