From 381258ec739662197298023e4090edf884d05d00 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Thu, 10 Apr 2014 18:36:46 +0200 Subject: [PATCH] Fixed comment --- core/lib/Thelia/Log/Tlog.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/lib/Thelia/Log/Tlog.php b/core/lib/Thelia/Log/Tlog.php index b8792bddb..f7863eb8d 100644 --- a/core/lib/Thelia/Log/Tlog.php +++ b/core/lib/Thelia/Log/Tlog.php @@ -125,9 +125,9 @@ class Tlog Implements LoggerInterface } /** - * Create a new Tlog instance, than t will not interfere with the "Main" instance - * - * @return Tlog a new Tlog instance + * Create a new Tlog instance, that could be configured without interfering with the "main" instance + * + * @return Tlog a new Tlog instance. */ public static function getNewInstance() { $instance = new Tlog();