Formatting

This commit is contained in:
Klaus Basan
2018-04-13 20:30:02 +02:00
committed by Roland Winklmeier
parent 7f4ee19d24
commit 1ff0607e42
4 changed files with 6 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ namespace BlackMisc
if (found)
{
m_elvFound++;
return CElevationPlane(coordinate, reference); // plane with radis = distance to reference
return CElevationPlane(coordinate, reference); // plane with radius = distance to reference
}
else
{