diff --git a/chat.php b/chat.php index 1233e3b..d9814e7 100644 --- a/chat.php +++ b/chat.php @@ -3662,7 +3662,7 @@ function destroy_chat(array $C){ global $I, $db, $memcached, $session; setcookie(COOKIENAME, false); $session = ''; - print_start('destory'); + print_start('destroy'); $db->exec('DROP TABLE ' . PREFIX . 'captcha;'); $db->exec('DROP TABLE ' . PREFIX . 'files;'); $db->exec('DROP TABLE ' . PREFIX . 'filter;');