Utils/Logger: Fix SENF_LOG_TPL
[senf.git] / Utils / auto_unit_test.hh
index 95980e3..8b0e1bb 100644 (file)
@@ -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