diff --git a/post-receive-email b/post-receive-email index 30c79d7..cb0816f 100755 --- a/post-receive-email +++ b/post-receive-email @@ -106,11 +106,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']