summaryrefslogtreecommitdiff
path: root/Lib/ruby/rubyiterators.swg
diff options
context:
space:
mode:
authorGonzalo Garramuno <ggarra@advancedsl.com.ar>2007-05-05 11:19:54 +0000
committerGonzalo Garramuno <ggarra@advancedsl.com.ar>2007-05-05 11:19:54 +0000
commitf92ebdbe079728391326de566b91d21d2be6ad89 (patch)
tree1952b6e133d8db5663bd4a86de1fbe5ee84ab21e /Lib/ruby/rubyiterators.swg
parent1c46a18c509f432c3fdbc27082a823f3ab8ed668 (diff)
downloadswig-f92ebdbe079728391326de566b91d21d2be6ad89.tar.gz
remove std::set from new extended functions, as
it was failing due to non-assignable iterator. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9774 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ruby/rubyiterators.swg')
-rw-r--r--Lib/ruby/rubyiterators.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ruby/rubyiterators.swg b/Lib/ruby/rubyiterators.swg
index 78ddd3959..eafa265f4 100644
--- a/Lib/ruby/rubyiterators.swg
+++ b/Lib/ruby/rubyiterators.swg
@@ -9,7 +9,7 @@
* Users can derive form the RubySwigIterator to implemet their
* own iterators. As an example (real one since we use it for STL/STD
* containers), the template RubySwigIterator_T does the
- * implementation for genereic C++ iterators.
+ * implementation for generic C++ iterators.
* ----------------------------------------------------------------------------- */
%include <std_common.i>