From 61abc6bf13d8a431c2fe383323a2961d4b6a39ec Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 27 Feb 2018 10:55:33 +0000 Subject: [PATCH] Fix typo. Submitted by: jilles@ MFC after: 2 weeks Sponsored by: The FreeBSD Foundation --- lib/libc/gen/getttyent.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3 index a5e9156c7e61..79b765163556 100644 --- a/lib/libc/gen/getttyent.3 +++ b/lib/libc/gen/getttyent.3 @@ -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