Fix comment typo "aruments"

This commit is contained in:
Olly Betts 2018-05-20 10:31:45 +12:00
commit d721b4d639
3 changed files with 3 additions and 3 deletions

View file

@ -1592,7 +1592,7 @@ public:
/*
* Python method may return a simple object, or a tuple.
* for in/out aruments, we have to extract the appropriate values from the
* for in/out arguments, we have to extract the appropriate values from the
* argument list, then marshal everything back to C/C++ (return value and
* output arguments).
*/

View file

@ -2354,7 +2354,7 @@ public:
/*
* Python method may return a simple object, or a tuple.
* for in/out aruments, we have to extract the appropriate PyObjects from the tuple,
* for in/out arguments, we have to extract the appropriate PyObjects from the tuple,
* then marshal everything back to C/C++ (return value and output arguments).
*
*/

View file

@ -5668,7 +5668,7 @@ int PYTHON::classDirectorMethod(Node *n, Node *parent, String *super) {
/*
* Python method may return a simple object, or a tuple.
* for in/out aruments, we have to extract the appropriate PyObjects from the tuple,
* for in/out arguments, we have to extract the appropriate PyObjects from the tuple,
* then marshal everything back to C/C++ (return value and output arguments).
*
*/