Skip to content

Commit 369242a

Browse files
Copilotswissspidy
andcommitted
Fix spelling: unseriliased -> unserialized
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent 0a0164b commit 369242a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Search_Replace_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ private function run_search_replace( $data, $old, $new, $serialised = false, $lo
12001200
* @return array|string The original data with all elements replaced as needed.
12011201
*/
12021202
private function run_search_replace_recursively( $data, $old, $new, $serialised = false, $logging = false, $recursion_level = 0, $visited_data = array() ) {
1203-
// some unseriliased data cannot be re-serialised eg. SimpleXMLElements
1203+
// some unserialized data cannot be re-serialized eg. SimpleXMLElements
12041204
try {
12051205

12061206
if ( $this->recurse_objects ) {

0 commit comments

Comments
 (0)