summaryrefslogtreecommitdiff
path: root/src/Tangential_complex/include
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-17 16:33:54 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-06-17 16:33:54 +0200
commitfc910c1bcb3451bcf3e288db25fecafe15cc42bb (patch)
tree1be9b439b0e74eb04c873612dbca28990284f24c /src/Tangential_complex/include
parent048fff97cd0a53be5953c4d5799f8e2e097c181c (diff)
parent854ae4169ece5edfaae15526f42314b0976e2b84 (diff)
Merge master
Diffstat (limited to 'src/Tangential_complex/include')
-rw-r--r--src/Tangential_complex/include/gudhi/Tangential_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tangential_complex/include/gudhi/Tangential_complex.h b/src/Tangential_complex/include/gudhi/Tangential_complex.h
index f3491f91..cc424810 100644
--- a/src/Tangential_complex/include/gudhi/Tangential_complex.h
+++ b/src/Tangential_complex/include/gudhi/Tangential_complex.h
@@ -1152,7 +1152,7 @@ class Tangential_complex {
#ifdef GUDHI_TC_VERY_VERBOSE
std::cerr << "Inserted " << num_inserted_points << " points / " << num_attempts_to_insert_points
- << " attemps to compute the star\n";
+ << " attempts to compute the star\n";
#endif
update_star(i);