diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-01 15:51:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-01 17:15:14 +0200 |
commit | 5aafb3db7e8316e8e5a8665d6161fda4d4588443 (patch) | |
tree | 0bc3169dcdcf36594c6e573d318f9e119a5e13bc /include/sal/log.hxx | |
parent | ef8341f05ec79fcdac3b05b45659f5c98ff05edf (diff) |
Fix typos
Change-Id: I4496faa9ce7cad393bf06ca789099b045aea2741
Reviewed-on: https://gerrit.libreoffice.org/41785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/sal/log.hxx')
-rw-r--r-- | include/sal/log.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/log.hxx b/include/sal/log.hxx index c096d52a0e47..c8d277e0d90f 100644 --- a/include/sal/log.hxx +++ b/include/sal/log.hxx @@ -274,7 +274,7 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) { SAL_INFO("other", ...) generate output, while calls like SAL_INFO("foo", ...) or SAL_INFO("foo.barzzz", ...) do not. - The generated log output consists of the optinal timestamp, the given level + The generated log output consists of the optional timestamp, the given level ("info" or "warn"), the given area, the process ID, the thread ID, the source file, and the source line number, each followed by a colon, followed by a space, the given message, and a newline. The precise format of the log |