cinder/cinder/image
hgangwx 98e7e991db Wrong usage of "a"
Wrong usage of "a" in the mesages:
"Convert list of dicts to a indexted dict"
"Attempt to create a initiatorGroup"
"Return a empty"
"Return a object containing the parsed output"
"where volume is either a dict or a oslo_versionedobject"
"this is a update from legacy driver"

Should be:
"Convert list of dicts to an indexted dict"
"Attempt to create an initiatorGroup"
"Return an empty"
"Return an object containing the parsed output"
"where volume is either a dict or an oslo_versionedobject"
"this is an update from legacy driver"

Totally 6 occasions in Cinder base code.

Change-Id: I209fa7817f531107ae15a980f81c02fe63dd557e
2015-12-27 01:18:21 +08:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
cache.py Port image cache to Python 3 2015-10-07 17:20:48 +02:00
glance.py Fix volume upload failure with glance_api_version=2 2015-12-21 15:06:06 +09:00
image_utils.py Wrong usage of "a" 2015-12-27 01:18:21 +08:00