From 9d456fdbd264f4015d8bfe04faa5d76819aa774e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 28 Dec 2012 07:06:56 -0500 Subject: [PATCH] Fix typo --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);