From 62a0df2339eb25a6e92ec01a574e0662f28088c0 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 3 Oct 2016 13:31:34 +0700 Subject: [PATCH] Fix typo: remove redundant 'that' Change-Id: Ib569ab8206ad2ddb2fd1ad43c7665f1450ad42e3 --- doc/source/devref/api_conditional_updates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/api_conditional_updates.rst b/doc/source/devref/api_conditional_updates.rst index 40197077305..d240e70f1f1 100644 --- a/doc/source/devref/api_conditional_updates.rst +++ b/doc/source/devref/api_conditional_updates.rst @@ -34,7 +34,7 @@ And finally make the RPC call: self.volume_rpcapi.extend_volume(context, volume, new_size, reservations) -The problem is that that this code would allow races, as other request could +The problem is that this code would allow races, as other request could have already changed the volume status between us getting the value and updating the DB.