@@ -1138,7 +1138,7 @@ pressed to use the mouse \(oqcut and paste\(cq feature.
11381138Currently selecting cells with the left mouse button,
11391139vertical 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
11421142is implemented.
11431143.RE
11441144.\" ==========
@@ -1615,7 +1615,7 @@ scientific (\(lq0.00E+00\(rq),
16151615and currency (\(lq $#,0.00;($#,0.00)\(rq ).
16161616.IP
16171617Date format strings are identified by the
1618- presence of a ^D in the first postition .
1618+ presence of a ^D in the first position .
16191619If this is present, the remainder of the
16201620string is passed to the strftime() function,
16211621and therefore uses the same conversion
@@ -2485,7 +2485,7 @@ leaving only the values which were in the cells
24852485before the command was executed.
24862486When 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,
24892489leaving the rest of the row unchanged.
24902490.B vv
24912491only affects the contents of the current cell.
@@ -3715,7 +3715,7 @@ The range should be either a single row or a single column.
37153715The expression can be either a string expression
37163716or a numeric expression.
37173717If 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 .
37203720If the expression is a string expression, the string portions
37213721of the cells in the range are searched for an exact string match.
@@ -3742,7 +3742,7 @@ for a matching value.
37423742The expression can be either a string expression
37433743or a numeric expression.
37443744If 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 .
37473747If the expression is a string expression, the string portions
37483748of the cells in the row are searched for an exact string match.
@@ -3769,7 +3769,7 @@ for a matching value.
37693769The expression can be either a string
37703770expression or a numeric expression.
37713771If 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 .
37743774If the expression is a string expression, the string portions
37753775of the cells in the column are searched for an exact string match.
@@ -4028,7 +4028,7 @@ to result in an error.
40284028String expressions are made up of constant strings
40294029(characters surrounded by double quotation marks),
40304030variables
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),
40324032and string functions.
40334033Note that string expressions are only allowed
40344034when entering a cell's label string, not its numeric part.
0 commit comments