From dd4380b4f77c818b8d188a97dcb6c70904f189f1 Mon Sep 17 00:00:00 2001 From: Timothy Okwii Date: Fri, 29 Aug 2014 15:08:44 -0700 Subject: [PATCH] Fixed Typo - from hypens to hyphens Change-Id: I43930f4ffb74ed64202d77dea1b43d8823efa1dd --- cinder/api/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2