top(1): Fix two speeling errors I introduced

This commit is contained in:
Eitan Adler 2018-06-02 22:12:57 +00:00
parent f32efe0205
commit c51e28f46f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334544
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* Version 3
*
* This program may be freely redistributed,
* but this entire ceomment MUST remain intact.
* but this entire comment MUST remain intact.
*
* Copyright (c) 1984, 1989, William LeFebvre, Rice University
* Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University

View File

@ -264,7 +264,7 @@ main(int argc, char *argv[])
* Since top(1) is often long running and
* doesn't typically care about where its running from
* chdir to the root to allow unmounting of its
* originall wd. Failure is alright as this is
* original wd. Failure is alright as this is
* just a courtesy for users.
*/
chdir("/");