Index: ours/phpbb/includes/functions.php =================================================================== --- ours/phpbb/includes/functions.php (revision 231) +++ ours/phpbb/includes/functions.php (working copy) @@ -2163,7 +2163,7 @@ { global $_SID, $_EXTRA_URL, $phpbb_hook; - // Developers using the hook function need to globalise the $_SID and $_EXTRA_URL on their own and also handle it appropiatly. + // Developers using the hook function need to globalise the $_SID and $_EXTRA_URL on their own and also handle it appropriately. // They could mimick most of what is within this function if (!empty($phpbb_hook) && $phpbb_hook->call_hook(__FUNCTION__, $url, $params, $is_amp, $session_id)) {