From dd6fdd34fb3bc44d15c0c503e837e8eea3938608 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 19 Nov 2009 21:42:02 +0000 Subject: [PATCH] fix typo. svn path=/plone.app.discussion/trunk/; revision=31925 --- plone/app/discussion/browser/javascripts/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/browser/javascripts/comments.js b/plone/app/discussion/browser/javascripts/comments.js index 1c459e7..2d836d9 100644 --- a/plone/app/discussion/browser/javascripts/comments.js +++ b/plone/app/discussion/browser/javascripts/comments.js @@ -88,7 +88,7 @@ jq(document).ready(function() { /***************************************************************** * Show the reply button only when Javascript is enabled. - * Otherwise hide it, since the reply functions relies on jQuery. + * Otherwise hide it, since the reply functions rely on jQuery. *****************************************************************/ jq(".reply-to-comment-button").css("display" , "inline");