Merge "fix misspelling of 'return'"

This commit is contained in:
Zuul 2018-02-14 21:34:01 +00:00 committed by Gerrit Code Review
commit 12b826c176

View File

@ -1286,7 +1286,7 @@ class FJDXCommon(object):
'parameters: %(c)s, ' 'parameters: %(c)s, '
'Return code: %(rc)s, ' 'Return code: %(rc)s, '
'Error: %(errordesc)s, ' 'Error: %(errordesc)s, '
'Retrun data: %(retdata)s.', 'Return data: %(retdata)s.',
{'a': classname, {'a': classname,
'b': instanceNameList, 'b': instanceNameList,
'c': param_dict, 'c': param_dict,