From 15060011669882f9a9065ce352369d669c4e3c9f Mon Sep 17 00:00:00 2001 From: lcarlone Date: Wed, 30 Sep 2020 16:10:27 -0400 Subject: [PATCH] fixed typo --- examples/ShonanAveragingCLI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ShonanAveragingCLI.cpp b/examples/ShonanAveragingCLI.cpp index 3ecb809ae..322622228 100644 --- a/examples/ShonanAveragingCLI.cpp +++ b/examples/ShonanAveragingCLI.cpp @@ -25,7 +25,7 @@ * Read 3D dataset sphere25000.txt and output to shonan.g2o (default) * ./ShonanAveragingCLI -i spere2500.txt * - * If you prefer using a robust Huber loss, you can add the option "-h true", for instance" + * If you prefer using a robust Huber loss, you can add the option "-h true", for instance * ./ShonanAveragingCLI -i spere2500.txt -u true */