From bf127fc9412b0b56f67219b7c70028f18683f28f Mon Sep 17 00:00:00 2001 From: maechler Date: Fri, 20 Sep 2024 20:53:12 +0000 Subject: [PATCH] 1 lett typo in "verison" git-svn-id: https://svn.r-project.org/R/trunk@87182 00db46b3-68df-0310-9c12-caf00c1e9a41 --- doc/COPYRIGHTS | 2 +- src/library/compiler/noweb/README | 2 +- src/library/tools/man/sha256sum.Rd | 4 ++-- src/library/tools/src/sha256.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/COPYRIGHTS b/doc/COPYRIGHTS index 81b7ba14989..9a891d8ed9d 100644 --- a/doc/COPYRIGHTS +++ b/doc/COPYRIGHTS @@ -508,7 +508,7 @@ src/library/tools/src/md5.[ch] src/library/tools/src/sha256.c - extracted from the public domain version SHA-crypt.txt verison 0.6 + extracted from the public domain version SHA-crypt.txt version 0.6 (2016-8-31) by Ulrich Drepper src/extra/intl/* diff --git a/src/library/compiler/noweb/README b/src/library/compiler/noweb/README index d5b2c4f1fe3..cfb67ef0ce8 100644 --- a/src/library/compiler/noweb/README +++ b/src/library/compiler/noweb/README @@ -4,7 +4,7 @@ The command extracts the file cmp.R to standard output. -To build the pdf verison: +To build the pdf version: noweave -delay compiler.nw > compiler.tex pdflatex compiler.tex diff --git a/src/library/tools/man/sha256sum.Rd b/src/library/tools/man/sha256sum.Rd index c1f12d9281e..eaa8a9e14f1 100644 --- a/src/library/tools/man/sha256sum.Rd +++ b/src/library/tools/man/sha256sum.Rd @@ -14,7 +14,7 @@ sha256sum(files, bytes) } \arguments{ \item{files}{character. The paths of file(s) whose contents are to be hashed.} - \item{bytes}{raw. Bytes to be hashed. + \item{bytes}{\code{\link{raw}}. Bytes to be hashed. NB: \code{bytes} and \code{files} are mutually exclusive.} } \details{ @@ -36,7 +36,7 @@ sha256sum(files, bytes) } \source{ The underlying C code was written by \I{Ulrich Drepper}, extracted from - the public domain version SHA-crypt.txt verison 0.6 (2016-8-31). + the public domain version SHA-crypt.txt version 0.6 (2016-8-31). } \seealso{ \code{\link{md5sum}} diff --git a/src/library/tools/src/sha256.c b/src/library/tools/src/sha256.c index 01470346db3..91d0ffd0e4a 100644 --- a/src/library/tools/src/sha256.c +++ b/src/library/tools/src/sha256.c @@ -20,7 +20,7 @@ */ /* - extracted from the public domain version SHA-crypt.txt verison 0.6 + extracted from the public domain version SHA-crypt.txt version 0.6 (2016-8-31) by Ulrich Drepper */