From 54c8de86c73ce831df7912428b4f9fd849d67aca Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 7 May 2023 21:35:08 +0200 Subject: docs: language table added (#5375) * docs: language table added * Update 05_Configuration.md * Update 05_Configuration.md * french docs * Unicode quote and a few fixes (Same search&replace aslo applied to a few other files) --------- Co-authored-by: Alexandre Alapetite --- lib/Minz/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Minz/Log.php') diff --git a/lib/Minz/Log.php b/lib/Minz/Log.php index f30aac7d1..4dbdf42bc 100644 --- a/lib/Minz/Log.php +++ b/lib/Minz/Log.php @@ -72,7 +72,7 @@ class Minz_Log { * Make sure we do not waste a huge amount of disk space with old log messages. * * This method can be called multiple times for one script execution, but its result will not change unless - * you call clearstatcache() in between. We won't due do that for performance reasons. + * you call clearstatcache() in between. We won’t do do that for performance reasons. * * @param string $file_name * @throws Minz_PermissionDeniedException -- cgit v1.2.3