From abdb5ae24eb1bf5dbc39b54e34e9ab0bb9d92d09 Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Fri, 11 Jul 2014 16:17:10 +0200
Subject: [PATCH] Fix typo

---
 include/hpp/manipulation/graph/graph.hh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/hpp/manipulation/graph/graph.hh b/include/hpp/manipulation/graph/graph.hh
index 47cf7c7c..f601313a 100644
--- a/include/hpp/manipulation/graph/graph.hh
+++ b/include/hpp/manipulation/graph/graph.hh
@@ -14,8 +14,8 @@
 // received a copy of the GNU Lesser General Public License along with
 // hpp-manipulation. If not, see <http://www.gnu.org/licenses/>.
 
-#ifndef HPP_MANIPULATION_GRAPHGRAPH_HH
-# define HPP_MANIPULATION_GRAPHGRAPH_HH
+#ifndef HPP_MANIPULATION_GRAPH_GRAPH_HH
+# define HPP_MANIPULATION_GRAPH_GRAPH_HH
 
 #include "hpp/manipulation/fwd.hh"
 #include "hpp/manipulation/graph/fwd.hh"
@@ -54,4 +54,4 @@ namespace hpp {
   } // namespace manipulation
 } // namespace hpp
 
-#endif // HPP_MANIPULATION_GRAPHGRAPH_HH
+#endif // HPP_MANIPULATION_GRAPH_GRAPH_HH
-- 
GitLab