From b51fb8c9941006d3c5b54a9e7f9504b22e692364 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 20 Jun 2019 19:31:47 -0400 Subject: [PATCH] Fix typo in docblock in include/text --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.php b/include/text.php index 052bdc4c3..7bed8b499 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)