summaryrefslogtreecommitdiffstats
path: root/phpspec-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-02 09:49:29 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-02 09:49:29 +0100
commitd12c1a322f558030c3ddf902c5b8c00a1ffb5e16 (patch)
tree5c1a8acbd903fd30f0dd5aaa88c5c06e469083e0 /phpspec-autoload.php
parent128f54ea5491121d03bb65b3fa9b55e1e414808c (diff)
php-phpspec: 2.4.1
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';