Merge pull request #4932 from rhynodesigns/patch-1
[ci skip] Fix a comment typo in unit tests
diff --git a/tests/mocks/autoloader.php b/tests/mocks/autoloader.php
index 3394276..11825de 100644
--- a/tests/mocks/autoloader.php
+++ b/tests/mocks/autoloader.php
@@ -1,6 +1,6 @@
<?php
-// This autoloader provide convinient way to working with mock object
+// This autoloader provide convenient way to working with mock object
// make the test looks natural. This autoloader support cascade file loading as well
// within mocks directory.
//
@@ -116,4 +116,4 @@
}
include_once($file);
-}
\ No newline at end of file
+}