Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pborreli committed Oct 13, 2017
1 parent b29cdbc commit f0a8f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lock.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(RedisFactory $redis)
}

/**
* Execute the given callback if a lock can be aquired.
* Execute the given callback if a lock can be acquired.
*
* @param string $key
* @param \Closure $callback
Expand Down

0 comments on commit f0a8f4d

Please sign in to comment.