Skip to content

Commit

Permalink
Small typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Aug 30, 2011
1 parent 752f2a6 commit 9a744a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapserver/qgsprojectparser.cpp
Expand Up @@ -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" )
Expand Down

0 comments on commit 9a744a2

Please sign in to comment.