Fixed comment

This commit is contained in:
Franck Allimant
2014-04-10 18:36:46 +02:00
parent f540941d3f
commit 381258ec73

View File

@@ -125,9 +125,9 @@ class Tlog Implements LoggerInterface
} }
/** /**
* Create a new Tlog instance, than t will not interfere with the "Main" instance * Create a new Tlog instance, that could be configured without interfering with the "main" instance
* *
* @return Tlog a new Tlog instance * @return Tlog a new Tlog instance.
*/ */
public static function getNewInstance() { public static function getNewInstance() {
$instance = new Tlog(); $instance = new Tlog();