summaryrefslogtreecommitdiff
path: root/includes/lock.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-06 15:20:18 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-06 15:20:18 +0000
commit5436424a42bf381293220bbcb357f578551e179d (patch)
tree905f629435bb3cd014dbf0c19264af105687872d /includes/lock.inc
parentdf45d5e5ce3077f56b9468fe8022de61b68ce355 (diff)
downloadbrdo-5436424a42bf381293220bbcb357f578551e179d.tar.gz
brdo-5436424a42bf381293220bbcb357f578551e179d.tar.bz2
- Patch #791610 by jhodgdon: Fixed typo in lock.inc.
Diffstat (limited to 'includes/lock.inc')
-rw-r--r--includes/lock.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/lock.inc b/includes/lock.inc
index 5d24216d4..3239b7f23 100644
--- a/includes/lock.inc
+++ b/includes/lock.inc
@@ -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.
*