diff --git a/doc/porting_processing.dox b/doc/porting_processing.dox index 80aaff1588f..4a84f722e8c 100644 --- a/doc/porting_processing.dox +++ b/doc/porting_processing.dox @@ -23,7 +23,7 @@ Consequently, substantial changes are required in order to port existing 2.x Pro - All algorithm input parameters and available outputs must be declared in an implementation of the new pure virtual method initAlgorithm(self, configuration={}). -The input parameters and outputs classes have been replaced with new c++ versions, which must be used when calling addParameter and addOuput. +The input parameters and outputs classes have been replaced with new c++ versions, which must be used when calling addParameter and addOutput. - When constructing parameters, be aware that some argument names have changed. E.g. default has been replaced with 'defaultValue'.