From 5436424a42bf381293220bbcb357f578551e179d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 6 May 2010 15:20:18 +0000 Subject: - Patch #791610 by jhodgdon: Fixed typo in lock.inc. --- includes/lock.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/lock.inc') 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. * -- cgit v1.2.3