summaryrefslogtreecommitdiff
path: root/src/Persistence_representations/utilities/persistence_landscapes/plot_landscapes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Persistence_representations/utilities/persistence_landscapes/plot_landscapes.cpp')
-rw-r--r--src/Persistence_representations/utilities/persistence_landscapes/plot_landscapes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistence_representations/utilities/persistence_landscapes/plot_landscapes.cpp b/src/Persistence_representations/utilities/persistence_landscapes/plot_landscapes.cpp
index b79a689d..670f0364 100644
--- a/src/Persistence_representations/utilities/persistence_landscapes/plot_landscapes.cpp
+++ b/src/Persistence_representations/utilities/persistence_landscapes/plot_landscapes.cpp
@@ -33,7 +33,7 @@ using namespace Gudhi::Persistence_representations;
int main( int argc , char** argv )
{
- std::cout << "This program plot persistence landscape stored in a file (the file needs to be created beforehand). Please call the code with the name of a landsape file \n";
+ std::cout << "This program plot persistence landscape stored in a file (the file needs to be created beforehand). Please call the code with the name of a landscape file \n";
Persistence_landscape l;
l.load_landscape_from_file( argv[1] );