summaryrefslogtreecommitdiff
path: root/src/GudhUI/utils/K_nearest_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GudhUI/utils/K_nearest_builder.h')
-rw-r--r--src/GudhUI/utils/K_nearest_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GudhUI/utils/K_nearest_builder.h b/src/GudhUI/utils/K_nearest_builder.h
index 34483e58..454b2587 100644
--- a/src/GudhUI/utils/K_nearest_builder.h
+++ b/src/GudhUI/utils/K_nearest_builder.h
@@ -41,7 +41,7 @@ template<typename SkBlComplex> class K_nearest_builder {
public:
/**
* @brief Modify complex to be the expansion of the k-nearest neighbor
- * symetric graph.
+ * symmetric graph.
*/
K_nearest_builder(SkBlComplex& complex, unsigned k) : complex_(complex) {
complex.keep_only_vertices();