From e341eae7dbe94c854c8b399390c704afcbea0bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 5 Mar 2010 21:27:19 +0100 Subject: Corrected typo --- plugins/reload_portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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") -- cgit v1.2.3