From 3b0b8a96ce3bdf60b7bc07fafb8d113ac9b6485a Mon Sep 17 00:00:00 2001 From: Karl Johan Kleist Date: Tue, 18 Oct 2011 09:56:24 +0300 Subject: [PATCH] fixed speling error, closes #12288 --- plone/app/discussion/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index 1ed57f2..e73cdec 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -37,7 +37,7 @@ class IDiscussionSettings(Interface): default="Enable anonymous comments"), description=_(u"help_anonymous_comments", default=u"If selected, anonymous users are able to post " - "comments without loggin in. It is highly " + "comments without logging in. It is highly " "recommended to use a captcha solution to prevent " "spam if this setting is enabled."), required=False,