Good evening,

Spotted a very minor spelling mistake in the source for the grep help.

And thanks to R-Core for all their work - it's a tribute to R-Core,
that these sort of "problems" are rare indeed.

Best regards,
Sean O'Riordain
Dublin


[EMAIL PROTECTED]:~/R/RSVN/R/trunk/src/library/base/man$ svn diff
Index: grep.Rd
===================================================================
--- grep.Rd     (revision 47031)
+++ grep.Rd     (working copy)
@@ -102,7 +102,7 @@

   For \code{sub} and \code{gsub} a character vector of the same length
   and with the same attributes as \code{x} (after possible coercion).
-  Elements of character vectors \code{x} which are not subsituted will
+  Elements of character vectors \code{x} which are not substituted will
   be return unchanged (including any declared encoding).  If
   \code{useBytes = FALSE}, either \code{perl = TRUE} or \code{fixed =
     TRUE} and any element of \code{pattern}, \code{replacement} and

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to