Skip to content

Commit

Permalink
Merge pull request #15 from jeremyw/patch-1
Browse files Browse the repository at this point in the history
Fix spelling of "Distributed"
  • Loading branch information
kenn committed Jul 14, 2015
2 parents 9dc9ce2 + ffb6238 commit 88ece2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Redis Mutex

[![Build Status](https://secure.travis-ci.org/kenn/redis-mutex.png)](http://travis-ci.org/kenn/redis-mutex)

Distrubuted mutex in Ruby using Redis. Supports both **blocking** and **non-blocking** semantics.
Distributed mutex in Ruby using Redis. Supports both **blocking** and **non-blocking** semantics.

The idea was taken from [the official SETNX doc](http://redis.io/commands/setnx).

Expand Down

0 comments on commit 88ece2e

Please sign in to comment.