diff --git a/includes/functions.php b/includes/functions.php
index ab9f9a6af4467a594fdd251cca9c7de611f55f02..1287edbebd3807090179aeb2c8ada726d3b15f14 100644
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -9,7 +9,7 @@ function translateTracToMarkdown($text, $trac_url, $ticket_id, array $attachment
             return sprintf(
                 "In [changeset %u](%s):\n%s\n",
                 $match[1],
-                "{$trac_url}/changset/{$match[1]}",
+                "{$trac_url}/changeset/{$match[1]}",
                 implode("\n", array_slice(explode("\n", trim($match[2])), 1))
             );
         },