spelling: acquire
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c65e8d03b5
commit
1ac0b8762e
|
@ -412,7 +412,7 @@ class Router
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$this->lock->acquire('getCachedDispatchData', 0)) {
|
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();
|
return $this->getDispatchData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue