Fixed typo.
authorRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 22:37:05 +0000 (00:37 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 22:37:05 +0000 (00:37 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/stacker/file/class_BaseFileStack.php

index b7597f0c9c4393c2f522be42078517c3dda90797..6f55182793b19a9c459f96bbc9a013381d5a7635 100644 (file)
@@ -273,7 +273,7 @@ class BaseFileStack extends BaseStacker {
                /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] minLengthEntry=%s', __METHOD__, __LINE__, $minLengthEntry));
 
                // Calulcate seek position
-               $seekPosition = $minLengthEntry * $this->getConfigInstanstance()->getConfigEntry('file_stack_pre_allocate_count');
+               $seekPosition = $minLengthEntry * $this->getConfigInstance()->getConfigEntry('file_stack_pre_allocate_count');
                /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] seekPosition=%s', __METHOD__, __LINE__, $seekPosition));
 
                // Now seek to the position