From 432b02701f3e1b5c75292502bc7962649c32edd4 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 1 Jul 2015 18:49:09 -0700 Subject: [PATCH] Fix sp 'seonds' -> 'seconds' Change-Id: Ieb84a7edd65ee8d3126ac2b70d55528ff7e87d49 --- tooz/locking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooz/locking.py b/tooz/locking.py index cccc0b95..5a2f874c 100644 --- a/tooz/locking.py +++ b/tooz/locking.py @@ -52,7 +52,7 @@ class Lock(object): :param blocking: If True, blocks until the lock is acquired. If False, returns right away. Otherwise, the value is used as a timeout value and the call returns maximum after this - number of seonds. + number of seconds. :returns: returns true if acquired (false if not) :rtype: bool