diff options
author | Silvio <silvio@devlet.com.br> | 2010-07-01 15:00:10 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-07-01 15:00:10 -0300 |
commit | c2381df90612de26f2b3524897a61f0d8ad8cb0b (patch) | |
tree | 85cf4f26afffc08fcfaf84c99c129c7bea41e260 /classes/IsisMethodIterator.php | |
parent | d5cf91aecdf508993820773530e03ba7d06c612e (diff) | |
download | cinisis-c2381df90612de26f2b3524897a61f0d8ad8cb0b.tar.gz cinisis-c2381df90612de26f2b3524897a61f0d8ad8cb0b.tar.bz2 |
Adding IsisRowIterator
Diffstat (limited to 'classes/IsisMethodIterator.php')
-rw-r--r-- | classes/IsisMethodIterator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/IsisMethodIterator.php b/classes/IsisMethodIterator.php index 51820ed..4e5871c 100644 --- a/classes/IsisMethodIterator.php +++ b/classes/IsisMethodIterator.php @@ -44,7 +44,7 @@ class IsisMethodIterator implements Iterator } /** - * Move forward to next element. The method should be callabe, otherwise + * Move forward to next element. The method should be callable, otherwise * we move to the next position. */ function next() { |