Skip to content

Commit e1aee88

Browse files
committed
Fix comment
1 parent bdd9349 commit e1aee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function execute_statements( $import_file ) {
6262
echo 'Converted ecoding for statement: ' . $converted_statement . PHP_EOL;
6363
$this->driver->query( $converted_statement );
6464
} else {
65-
// It's not a encoding issue, so rethrow the exception.
65+
// It's not an encoding issue, so rethrow the exception.
6666
throw $e;
6767
}
6868
} catch ( Exception $e ) {

0 commit comments

Comments
 (0)