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, '
'Return code: %(rc)s, '
'Error: %(errordesc)s, '
'Retrun data: %(retdata)s.',
'Return data: %(retdata)s.',
{'a': classname,
'b': instanceNameList,
'c': param_dict,