diff --git a/src/App/Router.php b/src/App/Router.php index 0bd66d40f9..6d90fb0138 100644 --- a/src/App/Router.php +++ b/src/App/Router.php @@ -412,7 +412,7 @@ class Router } if (!$this->lock->acquire('getCachedDispatchData', 0)) { - // Immediately return uncached data when we can't aquire a lock + // Immediately return uncached data when we can't acquire a lock return $this->getDispatchData(); }