Alexander Nicolaysen Sørnes : Fix typo on comment posting page

Chris Morgan cmorgan at winehq.org
Mon Mar 31 10:02:06 CDT 2008


Module: appdb
Branch: master
Commit: f7a1e181cd4364d21d981acda557c584a65cf25b
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=f7a1e181cd4364d21d981acda557c584a65cf25b

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Thu Mar 27 14:40:08 2008 +0100

Fix typo on comment posting page

---

 include/comment.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the wine-cvs mailing list