From d7cd85d44823be6bf25b09c344ab1ee06de7965a Mon Sep 17 00:00:00 2001 From: Mickael GOETZ Date: Fri, 2 Oct 2020 14:09:21 +0200 Subject: [PATCH] [lock] fix "time to leave" typo ("time to live") This fixes a typo in one of the warnings about the TTL for expiring stores where TTL was expanded as *time to leave* instead of *time to live* --- components/lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lock.rst b/components/lock.rst index 892bc72c3fd..6a1fd3cca62 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -478,7 +478,7 @@ Using the above methods, a more robust code would be:: .. caution:: Choose wisely the lifetime of the ``Lock`` and check whether its remaining - time to leave is enough to perform the task. + time to live is enough to perform the task. .. caution::