summaryrefslogtreecommitdiff
path: root/src/Persistence_representations
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-08-25 14:01:50 +0200
committeralbert-github <albert.tests@gmail.com>2022-08-25 14:01:50 +0200
commit26997dfccab9e8340417aaa33cf517af1ec32562 (patch)
treed53a376e0d233c1ff117f796bf524f3572e51fc2 /src/Persistence_representations
parentfc8290b3ff3236ce88a5e6761dee3242ee1376a0 (diff)
Spelling corrections
Correction of some obvious spelling errors
Diffstat (limited to 'src/Persistence_representations')
-rw-r--r--src/Persistence_representations/test/persistence_lanscapes_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistence_representations/test/persistence_lanscapes_test.cpp b/src/Persistence_representations/test/persistence_lanscapes_test.cpp
index 21ef18a0..59924f16 100644
--- a/src/Persistence_representations/test/persistence_lanscapes_test.cpp
+++ b/src/Persistence_representations/test/persistence_lanscapes_test.cpp
@@ -238,7 +238,7 @@ if ( argc != 2 )
double integral = p.compute_integral_of_landscape();
cout << "integral : " << integral <<endl;
- //compute integral for each level separatelly
+ //compute integral for each level separately
for ( size_t level = 0 ; level != p.size() ; ++level )
{
cout << p.compute_integral_of_landscape( level ) << endl;