fix misspelling of 'return'

Change-Id: Ib52ad80562d1de0ccd6b5bdbd55d5ab32df366a7
This commit is contained in:
pangliye 2018-02-09 14:37:39 +08:00
parent b8a5ff5d7e
commit 592e8f4511

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,