diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-09-10 10:48:02 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-09-10 10:48:02 +0000 |
commit | f0a3f57e439ad5f8f9e0c92f557f932aecd6b668 (patch) | |
tree | 3f9969ea8cb835b853de3ab72cb74f64ac43c3b3 | |
parent | 20f1fc7d4ef7ef7b5c838e870f7e81dc784e5d1b (diff) |
typo in message, from Mark Lumsden.
-rw-r--r-- | usr.bin/top/top.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index a5a06937815..96d6d2820ee 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.52 2007/07/27 13:59:27 deraadt Exp $ */ +/* $OpenBSD: top.c,v 1.53 2007/09/10 10:48:01 otto Exp $ */ /* * Top users/processes display for Unix @@ -845,7 +845,7 @@ rundisplay(void) break; case CMD_hl: - new_message(MT_standout, "Process ID to higlight: "); + new_message(MT_standout, "Process ID to highlight: "); if (readline(tempbuf2, sizeof(tempbuf2), No) > 0) { if (tempbuf2[0] == '+' && tempbuf2[1] == '\0') { |