Skip to content
Snippets Groups Projects
Commit b9dfdeeb authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: typo in LSMS vectorization application

parent 50485f26
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ private:
otb::ogr::Feature firstFeature = layerTmp.ogr().GetNextFeature();
//Geometry fusion
otbAppLogINFO("Merging polygons accross tiles ...");
otbAppLogINFO("Merging polygons across tiles ...");
while(firstFeature.addr())
{
LabelImagePixelType curLabel = firstFeature.ogr().GetFieldAsInteger("label");
......
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