Typo fixed. ;-(
authorRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 21:22:23 +0000 (23:22 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 21:22:23 +0000 (23:22 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/iterator/io/class_FileIoIterator.php

index 0dceb7ab31bb6b8725a8662e0170770d764b4727..f14342317dd9daebf246d0ca1fcfc84ded6517b3 100644 (file)
@@ -111,7 +111,7 @@ class FileIoIterator extends BaseIterator implements SeekableWritableFileIterato
         * @param       $data                   Data to be written
         * @return      void
         */
         * @param       $data                   Data to be written
         * @return      void
         */
-       public function writeAtPosition ($seedPosition, $data) {
+       public function writeAtPosition ($seekPosition, $data) {
                // First seek to it
                $this->seek($seekPosition);
 
                // First seek to it
                $this->seek($seekPosition);