1
0
Fork 0

Merge pull request #553 from liuzhilin12/master

fix error
This commit is contained in:
Jaroslav Škarvada 2023-10-12 14:03:36 +02:00 committed by GitHub
commit e6914b50a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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):