Fix typo: remove redundant 'that'

Change-Id: Ib569ab8206ad2ddb2fd1ad43c7665f1450ad42e3
This commit is contained in:
Luong Anh Tuan 2016-10-03 13:31:34 +07:00
parent 5224f109f0
commit 62a0df2339

View File

@ -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.