summaryrefslogtreecommitdiff
path: root/src/GudhUI/utils/Edge_contractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GudhUI/utils/Edge_contractor.h')
-rw-r--r--src/GudhUI/utils/Edge_contractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GudhUI/utils/Edge_contractor.h b/src/GudhUI/utils/Edge_contractor.h
index 0707b186..a71d0742 100644
--- a/src/GudhUI/utils/Edge_contractor.h
+++ b/src/GudhUI/utils/Edge_contractor.h
@@ -65,7 +65,7 @@ template<typename SkBlComplex> class Edge_contractor {
/**
* @brief Modify complex to be the expansion of the k-nearest neighbor
- * symetric graph.
+ * symmetric graph.
*/
Edge_contractor(SkBlComplex& complex, unsigned num_contractions) :
complex_(complex), num_contractions_(num_contractions) {