runtime(doc): Fix manpage typo in description of '--ttyfail'
Commit:
https://github.com/vim/vim/commit/852f4f43caa08ae6a49cab8dcf93b1a0739f6743
Author: Matthew Fernandez <
matthew....@gmail.com>
Date: Mon May 11 16:18:56 2026 +0000
runtime(doc): Fix manpage typo in description of '--ttyfail'
This seems to have been accidentally introduced in
ce6fe84db21f00fd30b226200dbb02709514871a.
closes: #20186
Signed-off-by: Matthew Fernandez <
matthew....@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/vim.1 b/runtime/doc/vim.1
index df39fb2b2..cf9a08048 100644
--- a/runtime/doc/vim.1
+++ b/runtime/doc/vim.1
@@ -515,7 +515,7 @@ GTK GUI only: Use the GtkPlug mechanism to run gVim in another window.
During startup write timing messages to the file {fname}.
.TP
\-\-ttyfail
-When stdin or stdout is not a a terminal (tty) then exit right away.
+When stdin or stdout is not a terminal (tty) then exit right away.
.TP
\-\-version
Print version information and exit.
diff --git a/runtime/doc/vim.man b/runtime/doc/vim.man
index c1484bebb..ab21a4b82 100644
--- a/runtime/doc/vim.man
+++ b/runtime/doc/vim.man
@@ -396,7 +396,7 @@ OPTIONS
--startuptime {file}
During startup write timing messages to the file {fname}.
- --ttyfail When stdin or stdout is not a a terminal (tty) then exit
+ --ttyfail When stdin or stdout is not a terminal (tty) then exit
right away.
--version Print version information and exit.