Skip to content

Commit 338add6

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@88021 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 4ad1d2c commit 338add6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/manual/R-admin.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2863,7 +2863,7 @@ not translated in any suitable catalogue, `English'@footnote{with
28632863
Americanisms.} is used.
28642864

28652865
Note that there are several implementations of the @code{libintl}
2866-
library used to manage message translations, includong in @code{libc}
2866+
library used to manage message translations, including in @code{libc}
28672867
on GNU and Alpine Linux, and as part of GNU @code{gettext} usually used
28682868
on macOS and Windows.
28692869
@c https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap08.html#tag_08_02

src/library/base/man/gettext.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Sys.setLanguage(lang, unset = "en", C.vs.en = c("msg", "warn", "silent"),
132132
}
133133
\section{Warning}{
134134
These functions were written assuming that environment variable
135-
\env{LANGUAGE} is supported by the implemantation of \code{libintl}.
135+
\env{LANGUAGE} is supported by the implementation of \code{libintl}.
136136
For a long time that as universally true and it is now part of the
137137
2024 POSIX specification. But in 2025 it was ignored by the
138138
implementation in \code{musl} (one of the implementations available on

src/library/tools/man/licensetools.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ analyze_license(x)
3030
If standardizable, it extracts the individual components and where
3131
these give version ranges the corresponding expansions into components
3232
with fixed versions. It also indicates whether the license can be
33-
verified to be FOSS
33+
verified to be \abbr{FOSS}
3434
(\url{https://en.wikipedia.org/wiki/Free_and_open-source_software})
3535
licenses.
3636
}
@@ -41,13 +41,13 @@ analyze_license(x)
4141
\item{is_standardizable}{a logical indicating whether the given string
4242
is a standardized license spec, or can be transformed to one.}
4343
\item{standardization}{a character string giving the standardized
44-
license spec correponding to the given string if this is
44+
license spec corresponding to the given string if this is
4545
standardizable.}
4646
\item{components}{the components of the standardized license spec.}
4747
\item{expansions}{the expansions of the components of the standardized
4848
license spec.}
4949
\item{is_verified}{a logical indicating whether the given string can
50-
be verified to specify a FOSS license.}
50+
be verified to specify a \abbr{FOSS} license.}
5151
}
5252
\examples{
5353
## Examples from section 'Licenses' of 'Writing R Extensions':

0 commit comments

Comments
 (0)