From d429d4837bae819871b81cd263239395737c61b9 Mon Sep 17 00:00:00 2001 From: arborrow Date: Mon, 6 Apr 2009 03:47:12 +0000 Subject: [PATCH] typo - reponse instead of response --- mod/forum/rate_ajax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/forum/rate_ajax.js b/mod/forum/rate_ajax.js index eb240db100..534067acb6 100644 --- a/mod/forum/rate_ajax.js +++ b/mod/forum/rate_ajax.js @@ -71,7 +71,7 @@ function prevent_form_submission(e) { /** * This function performs the communication with the server * in order to send new rates and receive feedback about that. - * It's the action thrown by all the menu listeners defined above + * It is the action thrown by all the menu listeners defined above */ function perform_rate(e, menu) { @@ -114,7 +114,7 @@ function rate_success(o) { /** Process error response **/ if (response.status != 'Ok') { - display_error(menu, reponse); + display_error(menu, response); } else { display_response(menu, response); } -- 2.39.5