X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Flockmanager%2FLockManager.php;h=c629e7d9a97acf267244bc0308dba2aa02f34d9f;hb=49748181dd56ec97e7ba7c13e684a16abceb3cc0;hp=bee34dcf30728cc0a5440c51ee7718bc4c91c19a;hpb=c971615fe100535b2c2bddd6668961ece8bc9b8d;p=lhc%2Fweb%2Fwiklou.git 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