Fixed typo
authorMarcel Werk <burntime@woltlab.com>
Sat, 11 Apr 2015 19:05:31 +0000 (21:05 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 11 Apr 2015 19:05:31 +0000 (21:05 +0200)
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php

index f103e0138a049ac70f5256980d91820c3c753281..18de999aa031b785012574b43c19de2435cf31b9 100644 (file)
@@ -63,7 +63,7 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
        /**
         * Returns the last responses for this comment.
         * 
-        * @return      array<\wcf\data\comment\response\StructuredCommentReponse>
+        * @return      array<\wcf\data\comment\response\StructuredCommentResponse>
         */
        public function getResponses() {
                return $this->responses;
index bb1dc539281d09c501a9a88e65e9c8615f1e9c55..7e908f4551f7447dcf4d89026a28c946689a065d 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\user\notification\UserNotificationHandler;
 use wcf\system\WCF;
 
 /**
- * Likeable object implementation for comment reponses.
+ * Likeable object implementation for comment responses.
  * 
  * @author     Matthias Schmidt
  * @copyright  2001-2015 WoltLab GmbH