From 2077d964c253cd1591612f3a90efec188b1e39c8 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 20 Jul 2008 15:29:58 +0000 Subject: [PATCH] typos --- js/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/common.js b/js/common.js index a8c4115c6..770050a12 100644 --- a/js/common.js +++ b/js/common.js @@ -16,7 +16,7 @@ var querywindow = ''; var query_to_load = ''; /** - * attach a function to opbject event + * attach a function to object event * * * addEvent(window, 'load', PMA_initPage); @@ -143,7 +143,7 @@ function setTable(new_table) { } /** - * reloads mian frame + * reloads main frame * * @uses goTo() * @uses opendb_url @@ -392,7 +392,7 @@ function refreshQuerywindow( url ) { } /** - * opens new url in target frame, with default beeing left frame + * opens new url in target frame, with default being left frame * valid is 'main' and 'querywindow' all others leads to 'left' * * @param string targeturl new url to load