git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1102
270642c3-0616-0410-b53a-bc976706d245
<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>
/** \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