Fix typo on comment posting page

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-03-27 14:40:08 +01:00
committed by Chris Morgan
parent a15bd62b7e
commit f7a1e181cd

View File

@@ -247,7 +247,7 @@ class Comment {
echo htmlify_urls($this->sBody), "<br><br>\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 " [<a href=\"".$oM->makeUrl("add")."&iVersionId=$this->iVersionId\"><small>post new</small></a>] \n";