Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#6056 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 28, 2014
2 parents c5055d9 + a19b9e9 commit 2f4d84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ protected function normalizeKey(& $key)
);
} elseif (($p = $this->getOptions()->getKeyPattern()) && !preg_match($p, $key)) {
throw new Exception\InvalidArgumentException(
"The key '{$key}' doesn't match agains pattern '{$p}'"
"The key '{$key}' doesn't match against pattern '{$p}'"
);
}
}
Expand Down

0 comments on commit 2f4d84a

Please sign in to comment.