From 96a27f32b1e7d2a063c6bf75bbd6cbe21cebb1cd Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 23 Aug 2018 23:15:29 +0100 Subject: [PATCH] Bugfix: Spelling correction --- core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.php b/core.php index c392b5e..b13d354 100644 --- a/core.php +++ b/core.php @@ -353,7 +353,7 @@ function makepathsafe($string) /** * Hides an email address from bots by adding random html entities. - * @todo Make this moree clevererer :D + * @todo Make this more clevererer :D * @package core * @param string $str The original email address * @return string The mangled email address.