STYLE: Corrected spelling mistakes

This commit is contained in:
andy
2013-04-16 17:01:23 +01:00
parent ee59088994
commit 4435d64047
12 changed files with 13 additions and 13 deletions

View File

@ -62,7 +62,7 @@ int main(int argc, char *argv[])
boundBox bb(points);
Info<< "bounding box: min = " << bb.min()
<< " max = " << bb.max() << " meters."
<< " max = " << bb.max() << " metres."
<< endl;