From 540608fed406439e7bf9cd77c07f39adc3132d7e Mon Sep 17 00:00:00 2001 From: Chris Beall Date: Thu, 14 Oct 2010 01:08:22 +0000 Subject: [PATCH] typo --- examples/PlanarSLAMExample.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PlanarSLAMExample.cpp b/examples/PlanarSLAMExample.cpp index 81f96361d..c9bec1b70 100644 --- a/examples/PlanarSLAMExample.cpp +++ b/examples/PlanarSLAMExample.cpp @@ -74,7 +74,7 @@ int main(int argc, char** argv) { initialEstimate.print("Initial Estimate"); - // optimize using Levenburg-Marquadt optimization with an ordering from colamd + // optimize using Levenberg-Marquardt optimization with an ordering from colamd Optimizer::shared_values result = Optimizer::optimizeLM(graph, initialEstimate); result->print("Final Result");