diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/reload_portage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/reload_portage.py b/plugins/reload_portage.py index 5fe29e2..cc9d173 100644 --- a/plugins/reload_portage.py +++ b/plugins/reload_portage.py @@ -15,7 +15,7 @@ from portato.backend import system class ReloadPortage (Plugin): __author__ = "René 'Necoro' Neumann" __description__ = """Reloads portage when an emerge process has finished. -This can take some time, but sometimes it is necessairy.""" +This can take some time, but sometimes it is necessary.""" def init(self): self.add_call("after_emerge", self.hook, type = "after", dep = "EtcProposals") |