From 9d7594c0225a37ee6558af440be41f6cf2d8de90 Mon Sep 17 00:00:00 2001 From: Ben Gorlick Date: Thu, 4 Jul 2024 18:37:17 -0700 Subject: [PATCH] Update README.md - small typo fix to the core lib category type zlog_catogory small typo fix to the core lib category type zlog_catogory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e3efce..c5ff144 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ it. The command metioned above are for linux. Other systems will need a similar There are 3 important concepts in zlog: categories, formats and rules. -Categories specify different kinds of log entries. In the zlog source code, category is a `zlog_cateogory_t *` variable. +Categories specify different kinds of log entries. In the zlog source code, category is a `zlog_category_t *` variable. In your program, different categories for the log entries will distinguish them from each other. Formats describe log patterns, such as: with or without time stamp, source file, source line.