Skip to content

Commit 1c667bd

Browse files
committed
Spelling
Edge cases OP. ”i before e” they say…
1 parent 2b30d7c commit 1c667bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

object-cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ private function validated_get( $key, $group ) {
442442
$value = is_null( $raw_value[ $key ] ) ? false : $raw_value[ $key ];
443443
} else {
444444
$key_recieved = array_keys( $raw_value )[0];
445-
trigger_error( "Memcache Inconsistency: Requested '$key', recieved '$key_recieved'", E_USER_WARNING );
445+
trigger_error( "Memcache Inconsistency: Requested '$key', received '$key_recieved'", E_USER_WARNING );
446446
}
447447
}
448448

@@ -918,4 +918,4 @@ function get_data_size( $data ) {
918918

919919
return strlen( $serialized );
920920
}
921-
}
921+
}

0 commit comments

Comments
 (0)