From: Timothy Okwii Date: Fri, 29 Aug 2014 22:08:44 +0000 (-0700) Subject: Fixed Typo - from hypens to hyphens X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=dd4380b4f77c818b8d188a97dcb6c70904f189f1;p=openstack-build%2Fcinder-build.git Fixed Typo - from hypens to hyphens Change-Id: I43930f4ffb74ed64202d77dea1b43d8823efa1dd --- diff --git a/cinder/api/common.py b/cinder/api/common.py index ad7a8ddf7..7ed9797e2 100644 --- a/cinder/api/common.py +++ b/cinder/api/common.py @@ -49,7 +49,7 @@ LOG = logging.getLogger(__name__) XML_NS_V1 = 'http://docs.openstack.org/volume/api/v1' -# Regex that matches alphanumeric characters, periods, hypens, +# Regex that matches alphanumeric characters, periods, hyphens, # colons and underscores: # ^ assert position at start of the string # [\w\.\-\:\_] match expression