Skip to content
Snippets Groups Projects
Commit ecd9efde authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: misspelled comments

parent 254db660
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ DrawLineSpatialObjectListFilter<TInputImage, TOutputImage>
for (outputIt.GoToBegin(); !outputIt.IsAtEnd() ; ++outputIt,++inputIt)
outputIt.Set( static_cast<OutputPixelType>(inputIt.Get()) );
/** Draw the lines in the ouput image using lineIterator*/
/** Draw the lines in the output image using lineIterator*/
typedef itk::LineIterator<OutputImageType> LineIteratorFilter;
OutputIndexType indexBeginLine, indexEndLine;
LineListIterator itList = list->begin();
......
......@@ -36,7 +36,7 @@ namespace otb {
* in the GetOutputs() array.
*
* Output image organization depends on the number of Dim on the image
* In the OuputList, the first image is always the low passed one. Next,
* In the OutputList, the first image is always the low passed one. Next,
* follow the high Passed images of the lowest decomposition (ask
* GetFilter(0)->GetNumberOfOutputs() to know the length) and so on until
* the high passed images of the highest decomposition.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment