diff --git a/Utils/Mainpage.dox b/Utils/Mainpage.dox
index fe6dd746948be35794f24b299ab47c3d403d2e0f..1adfc8e89e9c6618ecd00daa6f0c1582b4cb7a32 100644
--- a/Utils/Mainpage.dox
+++ b/Utils/Mainpage.dox
@@ -103,7 +103,7 @@ namespace senf {
     <tr><td>\ref utils_tags</td><td>Miscellaneous type tags</td></tr>
 
     <tr><td>stringJoin()</td><td>Utility to join a string range into
-    a single string (with separator)</td><?tr>
+    a single string (with separator)</td></tr>
     
     <tr><td>make_transform_range()</td><td>\c boost::make_transform_iterator() with support for
     ranges</td></tr>
diff --git a/Utils/auto_unit_test.hh b/Utils/auto_unit_test.hh
index 95980e3a2010eab949c6fc9fc8bf18acaf3ba6a6..8b0e1bbec3aae6cd5e3d1e49702589eaf8fdcf76 100644
--- a/Utils/auto_unit_test.hh
+++ b/Utils/auto_unit_test.hh
@@ -57,7 +57,7 @@
 
 /** \brief Check for compile failure
 
-    COMPILE_RAIL() is used to check, that a certain piece of code will produce a compile time
+    COMPILE_FAIL() is used to check, that a certain piece of code will produce a compile time
     failure.
 
     \code