ADmad 10 years ago
parent
commit
b221f62848
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Table.php

+ 1 - 1
src/ORM/Table.php

@@ -1622,7 +1622,7 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
      * Persists multiple entities of a table.
      *
      * The records will be saved in a transaction which will be rolled back if
-     * any one of the records fails to save due to failed validation or datbase
+     * any one of the records fails to save due to failed validation or database
      * error.
      *
      * @param array|\Cake\ORM\ResultSet $entities Entities to save.