From c85c664e2928d2054a9a366735718dbe98fbc8ab Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Thu, 13 Aug 2020 13:55:27 +0200 Subject: [PATCH] log4tango/src/StringUtil.hh: Fix spelling contructed -> constructed [skip ci] --- log4tango/src/StringUtil.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log4tango/src/StringUtil.hh b/log4tango/src/StringUtil.hh index 9a083c206..ea3698b61 100644 --- a/log4tango/src/StringUtil.hh +++ b/log4tango/src/StringUtil.hh @@ -41,7 +41,7 @@ class StringUtil public: /** - Returns a string contructed from the a format specifier + Returns a string constructed from the a format specifier and a va_list of arguments, analogously to vprintf(3). @param format the format specifier. @param args the va_list of arguments.