summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/qtruby
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:08:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:08:44 -0600
commit14a51084c386eb102ffdd72df58532271860aaca (patch)
tree1128e57dd2cfcfb0c5b304981de5365132f5da5f /qtruby/rubylib/qtruby
parent9ba04742771370f59740e32e11c5f3a1e6a1b70a (diff)
downloadtdebindings-14a51084c386eb102ffdd72df58532271860aaca.tar.gz
tdebindings-14a51084c386eb102ffdd72df58532271860aaca.zip
Fix automake problem
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;