From: Amir Sarabadani Date: Wed, 14 Dec 2016 09:03:12 +0000 (+0330) Subject: Fix small typos in includes/lib/lockManager/LockManager.php X-Git-Tag: 1.31.0-rc.0~4594^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=5fd5727601b634cb585b32eb4421784c058edd20;p=lhc%2Fweb%2Fwiklou.git Fix small typos in includes/lib/lockManager/LockManager.php Change-Id: Ib3e3c6e01dc1ad4604b1cf6c95467f25444f38a2 --- diff --git a/includes/libs/lockmanager/LockManager.php b/includes/libs/lockmanager/LockManager.php index bee34dcf30..c629e7d9a9 100644 --- a/includes/libs/lockmanager/LockManager.php +++ b/includes/libs/lockmanager/LockManager.php @@ -34,7 +34,7 @@ use Wikimedia\WaitConditionLoop; * * Locks on resource keys can either be shared or exclusive. * - * Implementations must keep track of what is locked by this proccess + * Implementations must keep track of what is locked by this process * in-memory and support nested locking calls (using reference counting). * At least LOCK_UW and LOCK_EX must be implemented. LOCK_SH can be a no-op. * Locks should either be non-blocking or have low wait timeouts. @@ -170,7 +170,7 @@ abstract class LockManager { /** * Get the base 36 SHA-1 of a string, padded to 31 digits. * Before hashing, the path will be prefixed with the domain ID. - * This should be used interally for lock key or file names. + * This should be used internally for lock key or file names. * * @param string $path * @return string @@ -182,7 +182,7 @@ abstract class LockManager { /** * Get the base 16 SHA-1 of a string, padded to 31 digits. * Before hashing, the path will be prefixed with the domain ID. - * This should be used interally for lock key or file names. + * This should be used internally for lock key or file names. * * @param string $path * @return string