summaryrefslogtreecommitdiffstats
path: root/tests/mocks/autoloader.php
diff options
context:
space:
mode:
authorRyan McAllen <rhyno@rhynodesigns.com>2016-12-08 00:22:31 +0100
committerGitHub <noreply@github.com>2016-12-08 00:22:31 +0100
commit83424f9284815e816015a9e3f8326e410601c011 (patch)
tree2107082dc63a342e4d24d7c40dc5f3ad4a9dbef8 /tests/mocks/autoloader.php
parentbed5e97d94154088b601fac02a24fa784c6d19b5 (diff)
Spelling: convinient -> convenient
Diffstat (limited to 'tests/mocks/autoloader.php')
-rw-r--r--tests/mocks/autoloader.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mocks/autoloader.php b/tests/mocks/autoloader.php
index 33942768d..11825de2c 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 @@ function autoload($class)
}
include_once($file);
-} \ No newline at end of file
+}