diff options
| author | 2023-05-07 21:35:08 +0200 | |
|---|---|---|
| committer | 2023-05-07 21:35:08 +0200 | |
| commit | 54c8de86c73ce831df7912428b4f9fd849d67aca (patch) | |
| tree | b6c0cf65ae8370ad09f2a1a94384afd60444bb62 /lib/Minz/Log.php | |
| parent | 9172b65cdbeb3cd19620e38df54669c5d8aa9983 (diff) | |
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 <alexandre@alapetite.fr>
Diffstat (limited to 'lib/Minz/Log.php')
| -rw-r--r-- | lib/Minz/Log.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
