[Rcpp-commits] r1633 - pkg/Rcpp/inst/doc/Rcpp-extending
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jun 19 19:29:32 CEST 2010
Author: dmbates
Date: 2010-06-19 19:29:31 +0200 (Sat, 19 Jun 2010)
New Revision: 1633
Modified:
pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw
Log:
Spelling
Modified: pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw 2010-06-19 17:28:08 UTC (rev 1632)
+++ pkg/Rcpp/inst/doc/Rcpp-extending/Rcpp-extending.Rnw 2010-06-19 17:29:31 UTC (rev 1633)
@@ -106,7 +106,7 @@
template <typename T> SEXP wrap(const T& object) ;
@
-These converters are often used implicitely, as in the following code chunk:
+These converters are often used implicitly, as in the following code chunk:
<<echo=FALSE>>=
code <- '
More information about the Rcpp-commits
mailing list