[Rprotobuf-commits] r613 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 27 23:24:03 CET 2013


Author: murray
Date: 2013-12-27 23:24:03 +0100 (Fri, 27 Dec 2013)
New Revision: 613

Modified:
   pkg/src/lookup.cpp
Log:
Correct comment typo.



Modified: pkg/src/lookup.cpp
===================================================================
--- pkg/src/lookup.cpp	2013-12-27 22:23:44 UTC (rev 612)
+++ pkg/src/lookup.cpp	2013-12-27 22:24:03 UTC (rev 613)
@@ -174,7 +174,7 @@
  * Previously this function returned a stop() error, but this has side
  * effects such as preventing users from using '<<-' operator in any
  * scripts that include RProtoBuf.  So instead, we now simply return
- * NULL to indicate assign is not possible on this lookup talbe
+ * NULL to indicate assign is not possible on this lookup table
  * without giving such a hard error.
  */
 SEXP rProtoBufTable_assign(const char * const name, SEXP value, R_ObjectTable *tb){



More information about the Rprotobuf-commits mailing list