From: Hypolite Petovan Date: Thu, 20 Jun 2019 23:31:47 +0000 (-0400) Subject: Fix typo in docblock in include/text X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b51fb8c9941006d3c5b54a9e7f9504b22e692364;p=friendica.git Fix typo in docblock in include/text --- diff --git a/include/text.php b/include/text.php index 052bdc4c3c..7bed8b4994 100644 --- a/include/text.php +++ b/include/text.php @@ -140,7 +140,7 @@ function redir_private_images($a, &$item) * @brief Given a text string, convert from bbcode to html and add smilie icons. * * @param string $text String with bbcode. - * @return string Formattet HTML. + * @return string Formatted HTML * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ function prepare_text($text)