Skip to content

Commit eced323

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@87921 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 92f01cd commit eced323

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/NEWS.Rd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
\item \code{Sys.info()} on Windows now provides current user domain.
7676

7777
\item \code{findInterval()} gets new arguments \code{checkSorted}
78-
and \code{checkNA} which allow skipling relatively costly checks;
78+
and \code{checkNA} which allow skipping relatively costly checks;
7979
related to \PR{16567}.
8080

8181
\item \code{pnorm(x)} underflows more gracefully.
@@ -312,9 +312,9 @@
312312

313313
\item \code{getMethods(*, table = TRUE)} is deprecated.
314314

315-
\item Bulding with the bundled (and old) version of \code{libintl}
315+
\item Building with the bundled (and old) version of \code{libintl}
316316
is deprecated and gives a \command{configure warning}. Use
317-
\code{libintl} from a recent version of GNU gettext instead. (If
317+
\code{libintl} from a recent version of GNU \I{gettext} instead. (If
318318
the OS's \code{libc} includes \code{libintl} that will be chosen
319319
by \command{configure} -- \code{glibc} does.)
320320
}
@@ -407,12 +407,12 @@
407407
\item There are a new functions \code{asRboolean} and
408408
\code{asBool}, variants of \code{asLogical} more suited to
409409
converting logical arguments to \code{Rboolean} or to
410-
\code{bool}. They require a length-one input and thow an error if
410+
\code{bool}. They require a length-one input and throw an error if
411411
that evaluates to \code{NA}.
412412

413413
\item Header \file{R_exts/Error.h} now ensures that
414414
\code{Rf_error} and similar are given a \code{noreturn}
415-
attribute when uased from C++ under all compilers.
415+
attribute when used from C++ under all compilers.
416416
}
417417
}
418418

@@ -704,7 +704,7 @@
704704
\code{grep()}, \code{strsplit()} and similar took
705705
non-\code{TRUE}/\code{FALSE}
706706
values of their logical arguments as \code{FALSE}, but these were
707-
almost always nismatches to unnamed arguments and are now reported
707+
almost always mismatches to unnamed arguments and are now reported
708708
as \code{NA}.
709709
}
710710
}

doc/manual/R-admin.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3399,7 +3399,7 @@ headers@footnote{@R{} uses @file{rpc/xdr.h} but that includes
33993399
@file{netconfig.h} from the top @file{tirpc} directory.} need to be on
34003400
the C include path or under @file{/usr/include/tirpc}.
34013401

3402-
Thr @R{} sources contain an older copy of @code{libintl} from GNU
3402+
The @R{} sources contain an older copy of @code{libintl} from GNU
34033403
@code{gettext} which is used if this is not part of @code{libc} (as it is
34043404
when using @code{glibc}) nor found as an external library. The internal
34053405
copy is deprecated and may be removed in the near
@@ -3408,7 +3408,7 @@ future---@command{configure} warns when it is used.
34083408
Library @code{libdeflate} (@url{https://github.com/ebiggers/libdeflate})
34093409
is used by @code{memCompress()} and @code{memDecompress()} if available.
34103410

3411-
The compresson library for @code{zstd} is used if available. It might
3411+
The compression library for @code{zstd} is used if available. It might
34123412
be named @code{libzstd} or be part of a package including the
34133413
@command{zstd} utilities.
34143414

@@ -5182,7 +5182,7 @@ the full range of bitmapped graphics devices. (Some builds of
51825182
@code{tiff} may require @code{libwebp} and/or @code{openjpeg}.)
51835183

51845184
@item
5185-
Component @code{libdeflate} for faster internal (de)compression and
5185+
Component @code{libdeflate} for faster internal @I{(de)compression} and
51865186
@code{zstd} for support for that type of compression.
51875187

51885188
@item

0 commit comments

Comments
 (0)