diff --git a/js/sql.js b/js/sql.js index 82eadb0c7..b185b6952 100644 --- a/js/sql.js +++ b/js/sql.js @@ -644,7 +644,7 @@ $(document).ready(function() { }) } else { $this_field.find('textarea').live('keypress', function(e) { - // FF errorniously triggers for modifier keys such as tab (bug #3357837) + // FF errorneously triggers for modifier keys such as tab (bug #3357837) if (e.which != 0) { $('.checkbox_null_' + field_name + '_' + this_row_index).attr('checked', false); }