Index: includes/lock.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/lock.inc,v retrieving revision 1.3 diff -u -p -r1.3 lock.inc --- includes/lock.inc 24 Feb 2010 19:59:32 -0000 1.3 +++ includes/lock.inc 6 May 2010 14:33:47 -0000 @@ -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. *