diff --git a/FunctionSpace/FunctionSpaceScalar.h b/FunctionSpace/FunctionSpaceScalar.h
index d6f85c50139d873fc3348b3d96b45214ffedf044..b4eca1b792e06e37b620b0a277edf62b0ef0bc68 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 560f17ab3d23792e95956f1f12c6fb8c506e2098..08efbd091e467a19cb02ef595902f5d77ef7d06f 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