]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixed Typo - from hypens to hyphens
authorTimothy Okwii <tokwii@cisco.com>
Fri, 29 Aug 2014 22:08:44 +0000 (15:08 -0700)
committerTimothy Okwii <tokwii@cisco.com>
Tue, 2 Sep 2014 21:39:29 +0000 (14:39 -0700)
Change-Id: I43930f4ffb74ed64202d77dea1b43d8823efa1dd

cinder/api/common.py

index ad7a8ddf72c19461e24f370895a681d49c93a1c1..7ed9797e2f57c7b8c61895883d97c267d2ab9cab 100644 (file)
@@ -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