summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2007-09-10 10:48:01 +0000
committerotto <otto@openbsd.org>2007-09-10 10:48:01 +0000
commit30e411597735568d21c5724a1c6e19e48f076bb2 (patch)
tree98ac2fe274e5b28cb510b9970b3003e95473cfba
parentFixed segmentation fault that occured during .cvsrc parsing if an invalid (diff)
downloadwireguard-openbsd-30e411597735568d21c5724a1c6e19e48f076bb2.tar.xz
wireguard-openbsd-30e411597735568d21c5724a1c6e19e48f076bb2.zip
typo in message, from Mark Lumsden.
-rw-r--r--usr.bin/top/top.c4
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') {