From 6287c3d4ecd2f5b19c1b27017e024de46fc04de0 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 11 Apr 2015 21:05:31 +0200 Subject: [PATCH] Fixed typo --- .../install/files/lib/data/comment/StructuredComment.class.php | 2 +- .../lib/data/comment/response/LikeableCommentResponse.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/data/comment/StructuredComment.class.php b/wcfsetup/install/files/lib/data/comment/StructuredComment.class.php index f103e0138a..18de999aa0 100644 --- a/wcfsetup/install/files/lib/data/comment/StructuredComment.class.php +++ b/wcfsetup/install/files/lib/data/comment/StructuredComment.class.php @@ -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; diff --git a/wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php b/wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php index bb1dc53928..7e908f4551 100644 --- a/wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php +++ b/wcfsetup/install/files/lib/data/comment/response/LikeableCommentResponse.class.php @@ -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 -- 2.20.1