Module: deluge Branch: master Commit: 8dad06cfbd223c6658a3cfdb1d3964520b3a6175
Author: Andrew Resch <[email protected]> Date: Wed Mar 24 14:17:58 2010 -0700 Fix some typos --- deluge/plugins/pluginbase.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/plugins/pluginbase.py b/deluge/plugins/pluginbase.py index 451ce58..3b4158b 100644 --- a/deluge/plugins/pluginbase.py +++ b/deluge/plugins/pluginbase.py @@ -1,7 +1,7 @@ # -# core.py +# pluginbase.py # -# Copyright (C) 2007 Andrew Resch <[email protected]> +# Copyright (C) 2007-2010 Andrew Resch <[email protected]> # # Deluge is free software. # -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
