Browse Source

Fixed "indentical" is a misspelling of "identical"

itosho 7 years ago
parent
commit
c1b4650e78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Utility/TextTest.php

+ 1 - 1
tests/TestCase/Utility/TextTest.php

@@ -468,7 +468,7 @@ TEXT;
     }
 
     /**
-     * test wrapBlock() indentical to wrap()
+     * test wrapBlock() identical to wrap()
      *
      * @return void
      */