1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-23 17:34:56 +02:00

typo - reponse instead of response

This commit is contained in:
arborrow 2009-04-06 03:47:12 +00:00
parent a4db2e7ca3
commit d429d4837b

@ -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);
}