Skip to content

Commit 4e5229f

Browse files
committedMay 11, 2018
Typo
1 parent b006877 commit 4e5229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/porting_processing.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Consequently, substantial changes are required in order to port existing 2.x Pro
2323

2424
- All algorithm input parameters and available outputs must be declared in an implementation of the new pure virtual method initAlgorithm(self, configuration={}).
2525

26-
The input parameters and outputs classes have been replaced with new c++ versions, which must be used when calling addParameter and addOuput.
26+
The input parameters and outputs classes have been replaced with new c++ versions, which must be used when calling addParameter and addOutput.
2727

2828
- When constructing parameters, be aware that some argument names have changed. E.g. default has been replaced with 'defaultValue'.
2929

0 commit comments

Comments
 (0)
Please sign in to comment.