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@87224 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
smeyer committed Oct 10, 2024
1 parent 6840518 commit 5041264
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -5989,7 +5989,7 @@ Other GNU extensions which have bitten package writers are the use of
non-portable characters such as @samp{$} in identifiers and use of C++
headers under @file{ext}.

item
@item
Including C-style headers in C++ code is not portable. Including the
legacy header@footnote{which often is the same as the header included by
the C compiler, but some compilers have wrappers for some of the C
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/R-ints.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ as C entry points via this file: the former are lower-cased and have an
underline as suffix, and the suffixed name should be included in the
file. Some entry points exist only on Windows or need to be visible
only on Windows, and some notes on these are provided in file
@file{src/gnuwin32/Maintainters.notes}.
@file{src/gnuwin32/Maintainers.notes}.

Because of the advantages of reducing the number of visible entry
points, they should be declared @code{attribute_hidden} where possible.
Expand Down
2 changes: 1 addition & 1 deletion src/library/base/man/DateTimeClasses.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
}
The components must be in this order: that was only minimally checked
prior to \R 4.3.0. All objects created in \R 4.3.0 have the optional
components. From earlier versions of \R, he last two components will
components. From earlier versions of \R, the last two components will
not be present for times in UTC and are platform-dependent. Currently
\code{gmtoff} is set on almost all current platforms: those based on
BSD or \code{glibc} (including Linux and macOS) and those using the
Expand Down

0 comments on commit 5041264

Please sign in to comment.