summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2016-06-06 19:42:27 +0300
committerJordi Boggiano <j.boggiano@seld.be>2016-06-11 16:09:14 +0100
commit33df7889304575a7912935ada1beab36fa85a5d9 (patch)
tree721f00604134d636e3550500917218b4ea967ff4 /src
parent39aeecefaeacb43b7315399f37aee63b34930ec1 (diff)
downloadmonolog-33df7889304575a7912935ada1beab36fa85a5d9.zip
monolog-33df7889304575a7912935ada1beab36fa85a5d9.tar.gz
monolog-33df7889304575a7912935ada1beab36fa85a5d9.tar.bz2
Update NormalizerFormatter.php
^H the i
Diffstat (limited to 'src')
-rw-r--r--src/Monolog/Formatter/NormalizerFormatter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Monolog/Formatter/NormalizerFormatter.php b/src/Monolog/Formatter/NormalizerFormatter.php
index 8dec46e..9a4d5d2 100644
--- a/src/Monolog/Formatter/NormalizerFormatter.php
+++ b/src/Monolog/Formatter/NormalizerFormatter.php
@@ -188,7 +188,7 @@ class NormalizerFormatter implements FormatterInterface
* Handle a json_encode failure.
*
* If the failure is due to invalid string encoding, try to clean the
- * input and encode again. If the second encoding iattempt fails, the
+ * input and encode again. If the second encoding attempt fails, the
* inital error is not encoding related or the input can't be cleaned then
* raise a descriptive exception.
*