Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 69493b1

Browse files
JanJakesadamziel
andauthored
Fix typo
Co-authored-by: Adam Zieliński <[email protected]>
1 parent 079166d commit 69493b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-includes/sqlite-ast/class-wp-sqlite-driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3013,7 +3013,7 @@ private function translate_insert_or_replace_body_in_non_strict_mode(
30133013
}
30143014
$fragment .= null === $default ? 'NULL' : $this->pdo->quote( $default );
30153015
} else {
3016-
// When a colum value is included, we can use it without change.
3016+
// When a column value is included, we can use it without change.
30173017
$position = array_search( $column['COLUMN_NAME'], $insert_list, true );
30183018
$fragment .= $this->quote_sqlite_identifier( $select_list[ $position ] );
30193019
}

0 commit comments

Comments
 (0)