fix a typo in agent.py: s/doman/domain/

Change-Id: I1801457f371045e43fa904bf8b3c2d034db50160
This commit is contained in:
liumk 2017-08-23 05:20:30 -04:00
parent 9d4010abf7
commit 1dcceb4c70

View File

@ -52,7 +52,7 @@ OPTIONAL_PROPERTIES = {
'Optional.'),
'image_no_proxy': _('A comma-separated list of host names, IP addresses '
'and domain names (with optional :port) that will be '
'excluded from proxying. To denote a doman name, use '
'excluded from proxying. To denote a domain name, use '
'a dot to prefix the domain name. This value will be '
'ignored if ``image_http_proxy`` and '
'``image_https_proxy`` are not specified. Optional.'),