summaryrefslogtreecommitdiff
path: root/plugins/reload_portage.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-03-05 21:27:19 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-03-05 21:27:19 +0100
commite341eae7dbe94c854c8b399390c704afcbea0bd0 (patch)
tree66de31515db2e8705237c9829cb0fa13385ac574 /plugins/reload_portage.py
parent4f47201c9b6e13aeb8ee987055e895a1739e518c (diff)
downloadportato-e341eae7dbe94c854c8b399390c704afcbea0bd0.tar.gz
portato-e341eae7dbe94c854c8b399390c704afcbea0bd0.tar.bz2
portato-e341eae7dbe94c854c8b399390c704afcbea0bd0.zip
Corrected typo
Diffstat (limited to '')
-rw-r--r--plugins/reload_portage.py2
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")