Skip to content

Commit e029bc0

Browse files
authored
Merge pull request #32 from js216/master
fix typos in man page
2 parents d05bc6f + 3d15ac8 commit e029bc0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sc.doc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ pressed to use the mouse \(oqcut and paste\(cq feature.
11381138
Currently selecting cells with the left mouse button,
11391139
vertical scrolling using the mouse wheel
11401140
(requires ncurses version \(>= 6), and
1141-
selecting the position in the edit line with the left mosue button
1141+
selecting the position in the edit line with the left mouse button
11421142
is implemented.
11431143
.RE
11441144
.\" ==========
@@ -1615,7 +1615,7 @@ scientific (\(lq0.00E+00\(rq),
16151615
and currency (\(lq$#,0.00;($#,0.00)\(rq).
16161616
.IP
16171617
Date format strings are identified by the
1618-
presence of a ^D in the first postition.
1618+
presence of a ^D in the first position.
16191619
If this is present, the remainder of the
16201620
string is passed to the strftime() function,
16211621
and therefore uses the same conversion
@@ -2485,7 +2485,7 @@ leaving only the values which were in the cells
24852485
before the command was executed.
24862486
When used in a framed range,
24872487
.B vr
2488-
only affects the portion of the the row inside the range,
2488+
only affects the portion of the row inside the range,
24892489
leaving the rest of the row unchanged.
24902490
.B vv
24912491
only affects the contents of the current cell.
@@ -3715,7 +3715,7 @@ The range should be either a single row or a single column.
37153715
The expression can be either a string expression
37163716
or a numeric expression.
37173717
If it is a numeric expression, the range is searched
3718-
for the the last value less than or equal to
3718+
for the last value less than or equal to
37193719
.IR e .
37203720
If the expression is a string expression, the string portions
37213721
of the cells in the range are searched for an exact string match.
@@ -3742,7 +3742,7 @@ for a matching value.
37423742
The expression can be either a string expression
37433743
or a numeric expression.
37443744
If it is a numeric expression,
3745-
the row is searched for the the last value less than or equal to
3745+
the row is searched for the last value less than or equal to
37463746
.IR e .
37473747
If the expression is a string expression, the string portions
37483748
of the cells in the row are searched for an exact string match.
@@ -3769,7 +3769,7 @@ for a matching value.
37693769
The expression can be either a string
37703770
expression or a numeric expression.
37713771
If it is a numeric expression, the column is searched
3772-
for the the last value less than or equal to
3772+
for the last value less than or equal to
37733773
.IR e .
37743774
If the expression is a string expression, the string portions
37753775
of the cells in the column are searched for an exact string match.
@@ -4028,7 +4028,7 @@ to result in an error.
40284028
String expressions are made up of constant strings
40294029
(characters surrounded by double quotation marks),
40304030
variables
4031-
(cell names, which refer to the cells's label strings or expressions),
4031+
(cell names, which refer to the cells' label strings or expressions),
40324032
and string functions.
40334033
Note that string expressions are only allowed
40344034
when entering a cell's label string, not its numeric part.

0 commit comments

Comments
 (0)