=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/top/top.c 2002/04/21 18:52:33 1.16 +++ src/usr.bin/top/top.c 2002/06/14 21:35:00 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.16 2002/04/21 18:52:33 hugh Exp $ */ +/* $OpenBSD: top.c,v 1.17 2002/06/14 21:35:00 todd Exp $ */ const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre"; @@ -544,7 +544,7 @@ { /* determine number of processes to actually display */ /* this number will be the smallest of: active processes, - number user requested, number current screen accomodates */ + number user requested, number current screen accommodates */ active_procs = system_info.p_active; if (active_procs > topn) {