X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/29dee9e8c20f4fe1a9e0ec91bc8ae64ed4115761..32c46c35fc9dbf3305dc774b144ff5af5176c9de:/forum/models/comment.py diff --git a/forum/models/comment.py b/forum/models/comment.py index 15049b2..a2e7425 100644 --- a/forum/models/comment.py +++ b/forum/models/comment.py @@ -32,7 +32,7 @@ class Comment(Node): try: ping_google() except Exception: - logging.debug('problem pinging google did you register you sitemap with google?') + logging.debug('problem pinging google did you register your sitemap with google?') def mark_deleted(self, user): if super(Comment, self).mark_deleted(user):