More spell checking.

This commit is contained in:
2012-07-04 15:04:38 +00:00
parent 715edceb42
commit 558721ab59
44 changed files with 89 additions and 77 deletions

View File

@@ -122,7 +122,7 @@ public:
/**
* SG_TreeFactory generates an SG_Tree from a list of SG_Nodes.
* It joins pairs of SG_Nodes to minimise the size of the resultant
* It joins pairs of SG_Nodes to minimize the size of the resultant
* bounding box.
* cf building an optimized Huffman tree.
* \warning O(n^3)!!!