Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_server/housekeeper/history_compress.c')
-rw-r--r--src/zabbix_server/housekeeper/history_compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/housekeeper/history_compress.c b/src/zabbix_server/housekeeper/history_compress.c
index 2edd8f42907..68e21744cb7 100644
--- a/src/zabbix_server/housekeeper/history_compress.c
+++ b/src/zabbix_server/housekeeper/history_compress.c
@@ -267,7 +267,7 @@ void hk_history_compression_init(void)
if (0 == zbx_strcmp_null(cfg.db.extension, ZBX_CONFIG_DB_EXTENSION_TIMESCALE))
{
- /* surpress notice logs during DB initialization */
+ /* suppress notice logs during DB initialization */
result = DBselect("show client_min_messages");
if (NULL != (row = DBfetch(result)))