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";