diff --git a/js/functions.js b/js/functions.js index 3059de37c4..fa1d3e5f87 100644 --- a/js/functions.js +++ b/js/functions.js @@ -2159,7 +2159,7 @@ AJAX.registerOnload('functions.js', function() { $.post($form.attr('action'), $form.serialize(), function(data) { if (data.success == true) { PMA_commonParams.set('table', tbl); - // @toto: somehow show the generated sql query + // @todo: somehow show the generated sql query PMA_commonActions.refreshMain(); } else { PMA_ajaxShowMessage(data.error, false);