Fix a single typo, s/expresion/expression/

Change-Id: Ifc1fafcb1afd54f545aedf1d3454b54802ccbd75
This commit is contained in:
Sandro Mathys
2013-03-21 22:32:52 +01:00
parent afa3ffb048
commit 84bf73be53

View File

@@ -65,7 +65,7 @@ def validate_regexp(param, options=None):
else:
logging.debug('validate_regexp(%s, options=%s) failed.' %
(param, options))
msg = 'Given value does not match required regular expresion: %s'
msg = 'Given value does not match required regular expression: %s'
raise ParamValidationError(msg % param)