From 80f795d32ca66eb9db92b7665a208016a0a679a8 Mon Sep 17 00:00:00 2001 From: Jesse Mullan Date: Sun, 23 Nov 2014 23:55:01 -0800 Subject: [PATCH] Fix a typo --- headphones/lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/lock.py b/headphones/lock.py index f441cba3..90d860e0 100644 --- a/headphones/lock.py +++ b/headphones/lock.py @@ -9,7 +9,7 @@ import Queue class TimedLock(object): """ - Enfore request rate limit if applicable. This uses the lock so there + Enforce request rate limit if applicable. This uses the lock so there is synchronized access to the API. When N threads enter this method, the first will pass trough, since there there was no last request recorded. The last request time will be set. Then, the second thread will unlock,