Merge pull request #736 from omerjerk/QA_4_0

Typo Fix in comment
This commit is contained in:
Marc Delisle 2013-10-29 11:16:19 -07:00
commit 3b477fa907

View File

@ -41,7 +41,7 @@ $scripts->addFile('sql.js');
$scripts->addFile('indexes.js');
$scripts->addFile('gis_data_editor.js');
// check whether insert row moode, if so include tbl_change.php
// check whether insert row mode, if so include tbl_change.php
PMA_isInsertRow();
$after_insert_actions = array('new_insert', 'same_insert', 'edit_next');