From 16f897006d79000943e09cad27ac5337a0de901c Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Wed, 16 Sep 2015 10:33:03 +0200
Subject: [PATCH] Fix documentation.

---
 include/hpp/manipulation/graph/graph.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hpp/manipulation/graph/graph.hh b/include/hpp/manipulation/graph/graph.hh
index 7288e71..3fb85bb 100644
--- a/include/hpp/manipulation/graph/graph.hh
+++ b/include/hpp/manipulation/graph/graph.hh
@@ -112,7 +112,7 @@ namespace hpp {
           /// Set error threshold
           void errorThreshold (const value_type& threshold);
 
-          /// Get errorimal number of threshold in config projector
+          /// Get error threshold in config projector
           value_type errorThreshold () const;
 
           /// Get the robot.
-- 
GitLab