mirror of
https://github.com/nicolargo/glances.git
synced 2026-05-19 12:10:02 -04:00
docs: fix simple typo, optionnal -> optional
There is a small typo in glances/static_list.py. Should read `optional` rather than `optionnal`.
This commit is contained in:
@@ -54,7 +54,7 @@ class GlancesStaticServer(object):
|
||||
for s in ['name', 'port', 'alias']:
|
||||
new_server[s] = config.get_value(self._section, '%s%s' % (postfix, s))
|
||||
if new_server['name'] is not None:
|
||||
# Manage optionnal information
|
||||
# Manage optional information
|
||||
if new_server['port'] is None:
|
||||
new_server['port'] = '61209'
|
||||
new_server['username'] = 'glances'
|
||||
|
||||
Reference in New Issue
Block a user