From 841395dd16f470e3c051a0a4fff5b91efc983c30 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 May 2021 14:33:27 +0200 Subject: Adding upstream version 1.31.0. Signed-off-by: Daniel Baumann --- libnetdata/config/appconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetdata/config/appconfig.h') diff --git a/libnetdata/config/appconfig.h b/libnetdata/config/appconfig.h index f405eeb09..246d1d5b9 100644 --- a/libnetdata/config/appconfig.h +++ b/libnetdata/config/appconfig.h @@ -131,7 +131,7 @@ struct section { char *name; - struct section *next; // gloabl config_mutex protects just this + struct section *next; // global config_mutex protects just this struct config_option *values; avl_tree_lock values_index; -- cgit v1.2.3