Fixed a typo in the log man page, in the description of the critical log level. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- Documentation/libtraceevent-log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/libtraceevent-log.txt b/Documentation/libtraceevent-log.txt index 0aee21d..1ecb4db 100644 --- a/Documentation/libtraceevent-log.txt +++ b/Documentation/libtraceevent-log.txt @@ -31,7 +31,7 @@ on the console. Library log levels are: [verse] -- _TEP_LOG_NONE_ - Do not print any logs. - _TEP_LOG_CRITICAL_ - Print critical logs, problem that may case a crash. + _TEP_LOG_CRITICAL_ - Print critical logs, problem that may cause a crash. _TEP_LOG_ERROR_ - Print error logs, problem that could break the main logic of an API. _TEP_LOG_WARNING_ - Print warnings, problem that could limit the result of an API. _TEP_LOG_INFO_ - Print information about normal execution of an API. -- 2.31.1