Fix typo in memory driver.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell
2012-03-14 14:18:19 -05:00
parent a61f51fa93
commit da67b1bc66

View File

@@ -82,7 +82,7 @@ class Memory extends Driver {
*/ */
public function flush() public function flush()
{ {
$this->stroage = array(); $this->storage = array();
} }
} }