fix typo
This commit is contained in:
parent
39f7ad9a75
commit
a5fbc73c44
16 changed files with 32 additions and 32 deletions
|
@ -295,7 +295,7 @@ class Error(Module):
|
|||
def full_text(self, widget):
|
||||
return "{}: {}".format(self.__module, self.__error)
|
||||
|
||||
"""Overriden state, always returns critical (it *is* an error, after all"""
|
||||
"""Overridden state, always returns critical (it *is* an error, after all"""
|
||||
|
||||
def state(self, widget):
|
||||
return ["critical"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue