From 7b30828610746424f1b7f5ab8898a5d9f392394c Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Tue, 16 Feb 2010 14:24:00 +0000
Subject: [PATCH] fix spelling in a comment

[[Imported from SVN: r5575]]
---
 src/unitvector.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/unitvector.hh b/src/unitvector.hh
index ca0dee98..43894a33 100644
--- a/src/unitvector.hh
+++ b/src/unitvector.hh
@@ -21,7 +21,7 @@ public:
         return *this;
     }
 
-     /** \brief The exponention map */
+     /** \brief The exponential map */
     static UnitVector exp(const UnitVector& p, const TangentVector& v) {
 
         assert( std::abs(p.data_*v) < 1e-7 );
-- 
GitLab