File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1021,8 +1021,8 @@ implementation
10211021 rs_ErrCheckBound = ' Delphi wrapper %s is not bound' ;
10221022 rs_ErrSequence = ' Wrapper %s does not support sequences' ;
10231023 rs_ErrInvalidArgs = ' "%s" called with invalid arguments.' #$A' Error: %s' ;
1024- rs_ErrInvalidRet = ' Call "%s" returned a value that could not be coverted to Python' #$A' Error: %s' ;
1025- rs_IncompatibleArguments = ' Expected and actual arguements are incompatible' ;
1024+ rs_ErrInvalidRet = ' Call "%s" returned a value that could not be converted to Python' #$A' Error: %s' ;
1025+ rs_IncompatibleArguments = ' Expected and actual arguments are incompatible' ;
10261026 rs_ErrAttrGet = ' Error in getting property "%s".' #$A' Error: %s' ;
10271027 rs_UnknownAttribute = ' Unknown attribute' ;
10281028 rs_ErrIterSupport = ' Wrapper %s does not support iterators' ;
You can’t perform that action at this time.
0 commit comments