Skip to content
Permalink
Browse files
Small typo in comment
  • Loading branch information
marco committed Aug 30, 2011
1 parent 752f2a6 commit 9a744a2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -178,7 +178,7 @@ void QgsProjectParser::addLayers( QDomDocument &doc,
addLayers( doc, layerElem, currentChildElem, layerMap, nonIdentifiableLayers );
}

// combine bounding boxes of childs (groups/layers)
// combine bounding boxes of children (groups/layers)
combineExtentAndCrsOfGroupChildren( layerElem, doc );
}
else if ( currentChildElem.tagName() == "legendlayer" )

0 comments on commit 9a744a2

Please sign in to comment.