From: Antonio Ospite <ao2@ao2.it>
Date: Sun, 6 Nov 2016 09:06:19 +0000 (+0100)
Subject: autoload.php: improve the comment about the system-wide dependencies
X-Git-Tag: v1.0.0~6
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/901618842d5be25fa21cee16a1e123568ca117dc?ds=sidebyside;hp=234c30c2df9c044a85c778d29dc55a83724fd9a0

autoload.php: improve the comment about the system-wide dependencies
---

diff --git a/autoload.php b/autoload.php
index 1e11adf..4ba7832 100644
--- a/autoload.php
+++ b/autoload.php
@@ -73,7 +73,7 @@ else {
   /*
    *  2. load the system-wide autoloader from php-symphony-serializer
    *
-   * This allows to run tweeper without composer, provided that the
+   * This allows to run tweeper without composer, as long as the Symphony
    * dependencies are available system-wide.
    *
    * For example, the Debian package takes care of that.