From 80c24b335da44eca0d973f3b504bb1107029b7ad Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 25 Feb 2017 12:13:24 +0000 Subject: [PATCH] Update a comment --- include/znc/ZNCString.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/znc/ZNCString.h b/include/znc/ZNCString.h index f076810b..30695fe3 100644 --- a/include/znc/ZNCString.h +++ b/include/znc/ZNCString.h @@ -669,7 +669,7 @@ struct hash : hash {}; } // Make translateable messages easy to write: -// _f("Foo is {1}")(foo) +// t_f("Foo is {1}")(foo) class CInlineFormatMessage { public: explicit CInlineFormatMessage(const CString& sFormat)