summaryrefslogtreecommitdiff
path: root/includes/lock.inc
diff options
context:
space:
mode:
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.
*