aboutsummaryrefslogtreecommitdiff
path: root/Lib/octave/octiterators.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/octave/octiterators.swg')
-rw-r--r--Lib/octave/octiterators.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/octave/octiterators.swg b/Lib/octave/octiterators.swg
index 79a20f833..e186c94a2 100644
--- a/Lib/octave/octiterators.swg
+++ b/Lib/octave/octiterators.swg
@@ -1,7 +1,7 @@
/* -----------------------------------------------------------------------------
* octiterators.swg
*
- * Users can derive form the OctSwigIterator to implemet their
+ * Users can derive form the OctSwigIterator to implement their
* own iterators. As an example (real one since we use it for STL/STD
* containers), the template OctSwigIterator_T does the
* implementation for generic C++ iterators.