Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84603 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
smeyer committed Jun 26, 2023
1 parent f29b9a3 commit 7d73d41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@
\itemize{
\item Writing to a clipboard connection works again, fixing a
regression in \R 4.2.0 (\PR{18332}). Re-using a closed clipboard
connection longer issues a spurious warning about an ignored
connection no longer issues a spurious warning about an ignored
encoding argument.
\item C function \code{getlocale} no longer attempts to query an
Expand Down
2 changes: 1 addition & 1 deletion src/library/base/man/is.object.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ is.object(x)

Note that typical basic (\sQuote{atomic}, see \code{\link{is.atomic}})
\R vectors and arrays \code{x} are \emph{not} objects in the above
sense as \code{\link{attributes(x)}} does \emph{not} contain \code{"class"}.
sense as \code{\link{attributes}(x)} does \emph{not} contain \code{"class"}.
}
\arguments{
\item{x}{object to be tested.}
Expand Down
2 changes: 1 addition & 1 deletion src/library/base/man/options.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ getOption(x, default = NULL)

%% default is set in ../../profile/Common.R :
\item{\code{defaultPackages}:}{the packages that are attached by
default when \R starts up. Initially set from value of the
default when \R starts up. Initially set from the value of the
environment variable \env{R_DEFAULT_PACKAGES}, or if that is unset
to \code{c("datasets", "utils", "grDevices", "graphics", "stats",
"methods")}. (Set \env{R_DEFAULT_PACKAGES} to \code{NULL} or
Expand Down

0 comments on commit 7d73d41

Please sign in to comment.