- Patch #791610 by jhodgdon: Fixed typo in lock.inc.

merge-requests/26/head
Dries Buytaert 2010-05-06 15:20:18 +00:00
parent df45d5e5ce
commit 5436424a42
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*
* This is a cooperative, advisory lock system. Any long-running operation
* that could potentially be attempted in parallel by multiple requests should
* try to acquire a lock before proceeding. By obtainng a lock, one request
* try to acquire a lock before proceeding. By obtaining a lock, one request
* notifies any other requests that a specific operation is in progress which
* must not be executed in parallel.
*