From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:16:49 +0000 (-0400) Subject: spelling: acquire X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ac0b8762e576ebe26a59452fdcb1d3bbe0b0578;p=friendica.git spelling: acquire Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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(); }