From 57be57991e8ba598da345dd4de79ff0ea9e6c407 Mon Sep 17 00:00:00 2001
From: Nicolas Marsic <nicolas.marsic@gmail.com>
Date: Fri, 18 Jan 2013 14:33:51 +0000
Subject: [PATCH] Fix Interpolator

---
 FunctionSpace/FunctionSpaceScalar.h | 2 +-
 FunctionSpace/FunctionSpaceVector.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/FunctionSpace/FunctionSpaceScalar.h b/FunctionSpace/FunctionSpaceScalar.h
index d6f85c5013..b4eca1b792 100644
--- a/FunctionSpace/FunctionSpaceScalar.h
+++ b/FunctionSpace/FunctionSpaceScalar.h
@@ -36,7 +36,7 @@ class FunctionSpaceScalar : public FunctionSpace{
 /**
    @fn FunctionSpaceScalar::FunctionSpaceScalar
    @param goe A GroupOfElement
-   @em of @em the @em same @em geomtrical @emtype
+   @em of @em the @em same @em geomtrical @em type
    @param basis A Basis (with a meaning on @c goe)
    Instanciates a new FunctionSpaceScalar with the
    given Basis on the given GroupOfElement
diff --git a/FunctionSpace/FunctionSpaceVector.h b/FunctionSpace/FunctionSpaceVector.h
index 560f17ab3d..08efbd091e 100644
--- a/FunctionSpace/FunctionSpaceVector.h
+++ b/FunctionSpace/FunctionSpaceVector.h
@@ -37,7 +37,7 @@ class FunctionSpaceVector : public FunctionSpace{
 /**
    @fn FunctionSpaceVector::FunctionSpaceVector
    @param goe A GroupOfElement
-   @em of @em the @em same @em geomtrical @emtype
+   @em of @em the @em same @em geomtrical @em type
    @param basis A Basis (with a meaning on @c goe)
    Instanciates a new FunctionSpaceVector with the
    given Basis on the given GroupOfElement
-- 
GitLab