diff mbox series

libtraceevent: Fix a typo in the log man page

Message ID 20210520034256.355167-1-tz.stoyanov@gmail.com (mailing list archive)
State Accepted
Commit 4c20a31b8f744e8dcc9e83fa74855dee17277758
Headers show
Series libtraceevent: Fix a typo in the log man page | expand

Commit Message

Tzvetomir Stoyanov (VMware) May 20, 2021, 3:42 a.m. UTC
Fixed a typo in the log man page, in the description of the critical
log level.

Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
---
 Documentation/libtraceevent-log.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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.