浏览代码

Fixed "actaully" is a misspelling of "actually"

itosho 7 年之前
父节点
当前提交
0753c08adf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/TestCase/ORM/TableTest.php

+ 1 - 1
tests/TestCase/ORM/TableTest.php

@@ -6541,7 +6541,7 @@ class TableTest extends TestCase
 
     /**
      * Tests that passing a coned entity that was marked as new to save() will
-     * actaully save it as a new entity
+     * actually save it as a new entity
      *
      * @group save
      * @return void