Skip to content

Commit 3b0cf6e

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@89112 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 44d4d43 commit 3b0cf6e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196

197197
Several CRAN packages already require C++20 and have hundreds of
198198
others depending on them. (Packages can request C++17 if
199-
esssential.)
199+
essential.)
200200
}
201201
}
202202

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13711,7 +13711,7 @@ this.
1371113711
@item Serializing and unserializing a resizable vector does not preserve the
1371213712
resizable property. The result is an ordinary non-resizable vector.
1371313713

13714-
@item The memory betweeen a shorter length and the initially allocated
13714+
@item The memory between a shorter length and the initially allocated
1371513715
maximal length of a resizable vector is not accessible and cannot be
1371613716
reclaimed until the shorter vector is reclaimed by the garbage
1371713717
collector.

share/dictionaries/R_manuals.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ reparsing
140140
representable
141141
reproducibility
142142
resaved
143+
resizable
143144
RHEL
144145
RNGs
145146
roundoff
@@ -198,6 +199,7 @@ unscaled
198199
unserialization
199200
unserialized
200201
unserializes
202+
unserializing
201203
untar
202204
unterminated
203205
untrace

0 commit comments

Comments
 (0)