Details
Description
The following string key in lang/en_utf8/forum.php has a typo, which should be fixed:
Before:
$string['cannotfinddisscussion'] = 'Could not find the discussion in this forum';
After
$string['cannotfinddiscussion'] = 'Could not find the discussion in this forum';
fixed - thanks for the report!