This commit is contained in:
Jacob Vosmaer
2016-03-10 18:41:57 +01:00
parent 6bfff2fab2
commit 7b2bf4ce75
+1 -1
View File
@@ -20,7 +20,7 @@ module Gitlab
@key, @timeout = key, timeout
end
# Try to obtain the lease. Return true on succes,
# Try to obtain the lease. Return true on success,
# false if the lease is already taken.
def try_obtain
# Performing a single SET is atomic