[sysadmin-bin] Typo fix.



commit 659d3981771751fc20a3f4e675485111589d69f6
Author: Andrea Veri <av src gnome org>
Date:   Mon Jun 11 15:31:41 2012 +0200

    Typo fix.

 git/gnome-post-receive-email |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git/gnome-post-receive-email b/git/gnome-post-receive-email
index c89226c..17fd650 100755
--- a/git/gnome-post-receive-email
+++ b/git/gnome-post-receive-email
@@ -105,11 +105,11 @@ class RefChange(object):
 
     # Return the subject for the main email, without the leading [projectname]
     def get_subject(self):
-        raise NotImplemenetedError()
+        raise NotImplementedError()
 
     # Write the body of the main email to the given file object
     def generate_body(self, out):
-        raise NotImplemenetedError()
+        raise NotImplementedError()
 
     def generate_header(self, out, subject, include_revs=True, oldrev=None, newrev=None, cc=None):
         user = os.environ['USER']



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]