summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2020-12-17 11:56:45 +0100
committerAlexander Naumov <alexander_naumov@opensuse.org>2020-12-17 11:56:45 +0100
commit8ebf7e28394b5e0333453aefe275d0b9ab9cf450 (patch)
treedf83deb93e8b2f9b67a3cbc08787cc49486f4440
parentae27fef9fb9dfe2517f1c333dec848f4df278120 (diff)
downloadscreen-8ebf7e28394b5e0333453aefe275d0b9ab9cf450.tar.gz
[PATCH 1/2] trivial: docs: Fix typo (s/paramter/parameter)
In the description of the 'stuff' command, there was the typo "paramter"; this commit makes that word "parameter".
-rw-r--r--src/doc/screen.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index a3d5881..304ecd6 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -3870,7 +3870,7 @@ paste buffer exists once for every user.
(none)@*
Stuff the string @var{string} in the input buffer of the current window.
This is like the @code{paste} command, but with much less overhead.
-Without a paramter, @code{screen} will prompt for a string to stuff.
+Without a parameter, @code{screen} will prompt for a string to stuff.
You cannot paste large buffers with the @code{stuff} command. It is most
useful for key bindings. @xref{Bindkey}.
@end deffn