diff --git a/src/Symfony/Component/Lock/StoreInterface.php b/src/Symfony/Component/Lock/StoreInterface.php index 428786b4c8bf6..725a5c28121ce 100644 --- a/src/Symfony/Component/Lock/StoreInterface.php +++ b/src/Symfony/Component/Lock/StoreInterface.php @@ -31,7 +31,7 @@ interface StoreInterface public function save(Key $key); /** - * Waits a key becomes free, then stores the resource. + * Waits until a key becomes free, then stores the resource. * * If the store does not support this feature it should throw a NotSupportedException. *