Merge "Fix typo: remove redundant 'that'"

This commit is contained in:
Jenkins 2016-10-03 20:21:11 +00:00 committed by Gerrit Code Review
commit 3c8ed54f70

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.