summaryrefslogtreecommitdiffstats
path: root/phpspec-autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpspec-autoload.php')
-rw-r--r--phpspec-autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpspec-autoload.php b/phpspec-autoload.php
index d39e8d1..e050872 100644
--- a/phpspec-autoload.php
+++ b/phpspec-autoload.php
@@ -23,7 +23,7 @@ if (is_dir(getcwd().'/spec')) {
$fedoraClassLoader->addPrefix('spec', getcwd());
}
-// Depdencies (Rely on include_path as in PHPUnit dependencies + circular dependencies)
+// Dependencies (Rely on include_path as in PHPUnit dependencies + circular dependencies)
require_once 'phpspec/php-diff/autoload.php';
require_once 'Prophecy/autoload.php';
require_once 'SebastianBergmann/Exporter/autoload.php';