summaryrefslogtreecommitdiffstats
path: root/glances/config.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-04-24 16:14:35 +0200
committernicolargo <nicolas@nicolargo.com>2021-04-24 16:14:35 +0200
commit85d5a6b4af31fcf785d5a61086cbbd166b40b07a (patch)
tree92c6e52718cadd52189460c3c1284ca1b81fc296 /glances/config.py
parent62efd67e3630ed50851853332df7e6dc7846b07a (diff)
Security audit - B411 #1025
Diffstat (limited to 'glances/config.py')
-rw-r--r--glances/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/config.py b/glances/config.py
index 2e001b65..e8053019 100644
--- a/glances/config.py
+++ b/glances/config.py
@@ -293,7 +293,7 @@ class Config(object):
If it did not exist, then return the default value.
It allows user to define dynamic configuration key (see issue#1204)
- Dynamic vlaue should starts and end with the ` char
+ Dynamic value should starts and end with the ` char
Example: prefix=`hostname`
"""
ret = default