From f7a1e181cd4364d21d981acda557c584a65cf25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Thu, 27 Mar 2008 14:40:08 +0100 Subject: [PATCH] Fix typo on comment posting page --- include/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/comment.php b/include/comment.php index 13b1390..2550889 100644 --- a/include/comment.php +++ b/include/comment.php @@ -247,7 +247,7 @@ class Comment { echo htmlify_urls($this->sBody), "

\n"; $oVersion = new version($this->iVersionId); - $oM = new objectManager("comment", "Post new ocmment"); + $oM = new objectManager("comment", "Post new comment"); $oM->setReturnTo($oVersion->objectMakeUrl()); // reply post buttons echo " [makeUrl("add")."&iVersionId=$this->iVersionId\">post new] \n";