1
0
Fork 0

fix error

This commit is contained in:
liuzhilin 2023-08-28 10:23:04 +08:00
parent 1e33d23f16
commit 81fdebd313
3 changed files with 3 additions and 3 deletions

View file

@ -695,7 +695,7 @@ class Base(object):
def execute_switch_tuned(self, switch, data):
"""
Suported switch_tuned_start_stop and switch_tuned_startup_start_stop.
Supported switch_tuned_start_stop and switch_tuned_startup_start_stop.
"""
if switch == self._gobj('switchTunedStartStop'):

View file

@ -40,7 +40,7 @@ __all__ = ['GuiPluginLoader']
class GuiPluginLoader():
'''
Class for scan, import and load actual avaible plugins.
Class for scan, import and load actual variable plugins.
'''
def __init__(self):

View file

@ -80,7 +80,7 @@ class Functions():
self._esc = False
self._cnt += 1
if len(self._stack):
log.error("invalid varialbe syntax, non pair '{' in: '%s'" % s)
log.error("invalid variable syntax, non pair '{' in: '%s'" % s)
return self._str
def expand(self, s):