summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/logging/XCsvLogFormatter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/logging/XCsvLogFormatter.idl')
-rw-r--r--offapi/com/sun/star/logging/XCsvLogFormatter.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/logging/XCsvLogFormatter.idl b/offapi/com/sun/star/logging/XCsvLogFormatter.idl
index 845c1dd50aca..87ee1cdfc061 100644
--- a/offapi/com/sun/star/logging/XCsvLogFormatter.idl
+++ b/offapi/com/sun/star/logging/XCsvLogFormatter.idl
@@ -63,7 +63,7 @@ interface XCsvLogFormatter : XLogFormatter
<code>formatMultiColumn</code>*/
[attribute] sequence< string > Columnnames;
/** if the CsvLogFormatter is set to have more than one
- column, any logged infomation has to be send through this
+ column, any logged information has to be send through this
method before calling log(). E.g.:
<code>XLoggerInstance.log(1000, XCsvLogFormatterInstance.formatMultiColumn(column_data))</code>