Skip to content

Commit bd244aa

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@87960 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 2c8b0a7 commit bd244aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
\file{config.site}.
282282

283283
\item \command{configure} is now able to find an external
284-
\code{libintl} on macOS (the code from an older GNU gettext
284+
\code{libintl} on macOS (the code from an older GNU \I{gettext}
285285
distribution failed to try linking with the macOS Core Foundation
286286
framework).
287287
}

src/library/tools/man/xgettext.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ xgettext2pot(dir, potFile, name = "R", version, bugs)
6060
if \code{asCall} is false.
6161

6262
\code{xgettext2pot} calls \code{xgettext} and then \code{xngettext},
63-
and writes a PO template file (to \code{potFile}) for use with the GNU gettext
63+
and writes a PO template file (to \code{potFile}) for use with the GNU \I{gettext}
6464
tools. This ensures that the strings for simple translation are
65-
unique in the file (as GNU gettext requires), but does not do so
66-
for \code{ngettext} calls (and the rules are not stated in the GNU gettext
65+
unique in the file (as GNU \I{gettext} requires), but does not do so
66+
for \code{ngettext} calls (and the rules are not stated in the GNU \I{gettext}
6767
manual, but \command{msgfmt} complains if there is duplication between
6868
the sets.).
6969

0 commit comments

Comments
 (0)