Merge pull request #991 from hashicorp/lock-typo

Fix typo, probably
This commit is contained in:
Ryan Breen 2015-06-01 09:42:19 -04:00
commit 63e4dffbbc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ a single holder is allowed, and a lock is used for mutual exclusion. This
uses the [leader election algorithm](/docs/guides/leader-election.html).
If the lock holder count is more than one, then a semaphore is used instead.
A semaphore allows more than a single holder, but the is less efficient than
A semaphore allows more than a single holder, but this is less efficient than
a simple lock. This follows the [semaphore algorithm](/docs/guides/semaphore.html).
All locks using the same prefix must agree on the value of `-n`. If conflicting