Skip to content

Commit

Permalink
Fixed "perserved" is a misspelling of "preserved"
Browse files Browse the repository at this point in the history
  • Loading branch information
itosho committed Sep 2, 2018
1 parent 80ee497 commit c5f3ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/EntityTrait.php
Expand Up @@ -956,7 +956,7 @@ public function setErrors(array $fields, $overwrite = false)

// String messages are appended to the list,
// while more complex error structures need their
// keys perserved for nested validator.
// keys preserved for nested validator.
if (is_string($error)) {
$this->_errors[$f][] = $error;
} else {
Expand Down

0 comments on commit c5f3ffa

Please sign in to comment.