]> git.mxchange.org Git - friendica.git/commitdiff
spelling: acquire
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:16:49 +0000 (23:16 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/App/Router.php

index 0bd66d40f94aedd84983af88f81fd71e5097f4c8..6d90fb0138b30ad7c20d0f656aa8410e702be0e9 100644 (file)
@@ -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();
                }