From 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 04:49:39 +0200 Subject: fdo#60724 informations -> information Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863 --- sal/inc/rtl/logfile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/inc/rtl/logfile.hxx b/sal/inc/rtl/logfile.hxx index 5ee0739163e2..8dd697ce6705 100644 --- a/sal/inc/rtl/logfile.hxx +++ b/sal/inc/rtl/logfile.hxx @@ -60,7 +60,7 @@ namespace rtl RTL_LOGFILE_CONTEXT_TRACE( instance, mesage ); RTL_LOGFILE_CONTEXT_TRACEn( instance, frmt, arg1, .., arg3 ); These macros can be used to log information in a "instance" context. The "instance" object - is used to log message informations. All macros with "frmt" uses printf notation to log timing infos. + is used to log message information. All macros with "frmt" uses printf notation to log timing infos. Example: RTL_LOGFILE_CONTEXT_TRACE( aLog, "Now we call an expensive function" ); RTL_LOGFIlE_CONTEXT_TRACE1( aLog, "Config entries read: %u", (unsigned short)i ); -- cgit