Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 22:12:57 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334544 - head/usr.bin/top
Message-ID:  <201806022212.w52MCvwU025923@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Jun  2 22:12:57 2018
New Revision: 334544
URL: https://svnweb.freebsd.org/changeset/base/334544

Log:
  top(1): Fix two speeling errors I introduced

Modified:
  head/usr.bin/top/screen.c
  head/usr.bin/top/top.c

Modified: head/usr.bin/top/screen.c
==============================================================================
--- head/usr.bin/top/screen.c	Sat Jun  2 22:06:27 2018	(r334543)
+++ head/usr.bin/top/screen.c	Sat Jun  2 22:12:57 2018	(r334544)
@@ -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

Modified: head/usr.bin/top/top.c
==============================================================================
--- head/usr.bin/top/top.c	Sat Jun  2 22:06:27 2018	(r334543)
+++ head/usr.bin/top/top.c	Sat Jun  2 22:12:57 2018	(r334544)
@@ -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("/");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806022212.w52MCvwU025923>