fix typos

This commit is contained in:
chrys 2017-11-05 20:33:01 +01:00
parent bbeccdf89e
commit c7b2484cb2
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ class command():
def initialize(self, environment): def initialize(self, environment):
self.env = environment self.env = environment
# clipboard # clipboard
self.env['runtime']['memoryManager'].addIndexList(self, 'clipboardHistory', self.env['runtime']['settingsManager'].getSettingAsInt('general', 'numberOfClipboards')) self.env['runtime']['memoryManager'].addIndexList('clipboardHistory', self.env['runtime']['settingsManager'].getSettingAsInt('general', 'numberOfClipboards'))
def shutdown(self): def shutdown(self):
pass pass
def getDescription(self): def getDescription(self):