diff --git a/src/ORM/Marshaller.php b/src/ORM/Marshaller.php index 42ad68febb4..d9d5644bf5b 100644 --- a/src/ORM/Marshaller.php +++ b/src/ORM/Marshaller.php @@ -46,7 +46,7 @@ class Marshaller { * Constructor. * * @param Cake\ORM\Table $table - * @param boolean Whether or not this masrhaller in safe mode + * @param boolean Whether or not this masrhaller is in safe mode */ public function __construct(Table $table, $safe = false) { $this->_table = $table;