1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
Description: Fix spelling errors found by Lintian
Author: Axel Beckert <abe@debian.org>
Forwarded: not-yet
--- a/NEWS.3.5
+++ b/NEWS.3.5
@@ -27,7 +27,7 @@
Please run the 'newsyntax' script on your old screenrc files!
* Emacs style isearch added to copy mode. Try ^A ESC ^R screen ^R ^R
- to locate the last three occurences of the word 'screen' in the
+ to locate the last three occurrences of the word 'screen' in the
history buffer.
* New command 'silence'. Alarms the user whenever there was inactivity
--- a/doc/screen.1
+++ b/doc/screen.1
@@ -1511,7 +1511,7 @@
\fBB\fP, \fBE\fP@move the cursor WORD by WORD (as in vi).
_
\fBf/F\fP, \fBt/T\fP@T{
-move the cursor forward/backward to the next occurence of the
+move the cursor forward/backward to the next occurrence of the
target. (eg, '3fy' will move the cursor to the 3rd 'y' to the right.)
T}
_
@@ -1533,7 +1533,7 @@
_
.TE
.\"\fBf\fP,\fBt\fP, \fBF\fP, \fBT\fP@T{
-.\"move the cursor forward/backward to the next occurence of the target.
+.\"move the cursor forward/backward to the next occurrence of the target.
.\"T}
.PP
@@ -1565,7 +1565,7 @@
Example: \*QC-a C-[ H 10 j 5 Y\*U will copy lines
11 to 15 into the paste buffer.
.PP
-The folllowing search keys are defined:
+The following search keys are defined:
.IP
\fB/\fP \fIVi\fP-like search forward.
.IP
@@ -2258,7 +2258,7 @@
This forces any currently selected region to be automatically
resized at least a certain \fIwidth\fP and \fIheight\fP. All
other surrounding regions will be resized in order to accommodate.
-This constraint follows everytime the \*Qfocus\*U command is
+This constraint follows every time the \*Qfocus\*U command is
used. The \*Qresize\*U command can be used to increase either
dimension of a region, but never below what is set with
\*Qfocusminsize\*U. The underscore `_' is a synonym for
@@ -3191,7 +3191,7 @@
.I screen
will prompt for how you would like to resize the current region.
-See \*Qfocusminsize\*U if you want to restrict the minimun size a region
+See \*Qfocusminsize\*U if you want to restrict the minimum size a region
can have.
.RE
.RE
--- a/doc/screen.texinfo
+++ b/doc/screen.texinfo
@@ -2212,7 +2212,7 @@
Without any arguments, @code{screen} will prompt for how you would
like to resize the current region.
-See @code{focusminsize} if you want to restrict the minimun size a region can have.
+See @code{focusminsize} if you want to restrict the minimum size a region can have.
@end deffn
@@ -3689,7 +3689,7 @@
@noindent
@kbd{f}/@kbd{F}, @kbd{t}/@kbd{T} move the cursor forward/backward to the
-next occurence of the target. (eg, '3fy' will move the cursor to the 3rd
+next occurrence of the target. (eg, '3fy' will move the cursor to the 3rd
'y' to the right.)
@noindent
|