Skip to content
Snippets Groups Projects
Commit a916faa5 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

DOC : fixe typos

parent a8bd03df
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ private:
AddParameter( ParameterType_InputVectorData , "mode.fit.vect" ,
"Reference vector" );
SetParameterDescription( "mode.fit.vect" ,
"The extent of the vectors is computed and then "
"The extent of the input vector file is computed and then "
"gives a region of interest that will be extracted." );
// Extent mode : ROI is computed with two point (upper left and lower left corners)
......@@ -174,12 +174,12 @@ private:
AddParameter( ParameterType_Float , "mode.radius.cx" ,
"X coordinate of the center" );
SetParameterDescription( "mode.radius.cx" ,
"This is the center corrdinate of the radius mode, it will be either an "
"This is the center coordinate of the radius mode, it will be either an "
"abscissa or a longitude." );
AddParameter( ParameterType_Float , "mode.radius.cy" ,
"Y coordinate of the center" );
SetParameterDescription( "mode.radius.cx" ,
"This is the center corrdinate of the radius mode, it will be either an "
"This is the center coordinate of the radius mode, it will be either an "
"ordinate or a latitude." );
AddParameter( ParameterType_Choice , "mode.radius.unitc" , "Center unit" );
AddChoice( "mode.radius.unitc.pxl" , "Pixel" );
......
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