Fix typo in docblock in include/text

This commit is contained in:
Hypolite Petovan 2019-06-20 19:31:47 -04:00
parent 19b7398c6a
commit b51fb8c994
1 changed files with 1 additions and 1 deletions

View File

@ -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)