svn commit: r330055 - head/lib/libc/gen

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Feb 27 10:55:34 UTC 2018


Author: trasz
Date: Tue Feb 27 10:55:33 2018
New Revision: 330055
URL: https://svnweb.freebsd.org/changeset/base/330055

Log:
  Fix typo.
  
  Submitted by:	jilles@
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libc/gen/getttyent.3

Modified: head/lib/libc/gen/getttyent.3
==============================================================================
--- head/lib/libc/gen/getttyent.3	Tue Feb 27 10:54:15 2018	(r330054)
+++ head/lib/libc/gen/getttyent.3	Tue Feb 27 10:55:33 2018	(r330055)
@@ -118,7 +118,7 @@ If this flag is set, then
 .Fn isnettty
 will return a non-zero value.
 .It Dv TTY_IFEXISTS
-Identifies a tty that does not neccessarily exist.
+Identifies a tty that does not necessarily exist.
 .It Dv TTY_IFCONSOLE
 Identifies a tty that might be a system console.
 .El


More information about the svn-src-all mailing list