summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2020-12-17 11:25:04 +0100
committerAlexander Naumov <alexander_naumov@opensuse.org>2020-12-17 11:30:00 +0100
commit8592675371e54774e2ede34ee82ec6bc4fa88e37 (patch)
tree593eba299de1f259325d44772204dd2111dc2abf
parent58aa0f9f1c6c88e1551ec78763742d136f8873ed (diff)
downloadscreen-8592675371e54774e2ede34ee82ec6bc4fa88e37.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 18689a1..df79eb2 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -3874,7 +3874,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