summaryrefslogtreecommitdiffstats
path: root/libnetdata/config/appconfig.h
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-04-14 05:27:54 -0400
committerGitHub <noreply@github.com>2021-04-14 12:27:54 +0300
commitfaef38c806515e3e314430a6093d8c11c1bd0691 (patch)
tree999e89b544a6a4013e5bee351fbc3cb844cba896 /libnetdata/config/appconfig.h
parent523ba27649367a7673dd448c261a696628892733 (diff)
Spelling libnetdata (#10917)
Diffstat (limited to 'libnetdata/config/appconfig.h')
-rw-r--r--libnetdata/config/appconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetdata/config/appconfig.h b/libnetdata/config/appconfig.h
index f405eeb09b..246d1d5b92 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;