summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/qtruby
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/qtruby')
-rw-r--r--qtruby/rubylib/qtruby/marshall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/qtruby/marshall.h b/qtruby/rubylib/qtruby/marshall.h
index 30b995fe..cf20b86d 100644
--- a/qtruby/rubylib/qtruby/marshall.h
+++ b/qtruby/rubylib/qtruby/marshall.h
@@ -28,7 +28,7 @@ public:
* For FromRV, next() calls the method and returns.
* For ToRV, next() calls the virtual function and returns.
*
- * Retquired to reset Marshall object to the state it was
+ * Required to reset Marshall object to the state it was
* before being called when it returns.
*/
virtual void next() = 0;