From ac0032ae854a28c11d7d7e3ef53159e2d583b789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Such=C3=A1nek?= Date: Sat, 27 Aug 2016 12:34:20 +0200 Subject: [PATCH] fix typo --- src/ValueParsers/DispatchingValueParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ValueParsers/DispatchingValueParser.php b/src/ValueParsers/DispatchingValueParser.php index cdd92de..5146a3e 100644 --- a/src/ValueParsers/DispatchingValueParser.php +++ b/src/ValueParsers/DispatchingValueParser.php @@ -62,7 +62,7 @@ public function parse( $value ) { } throw new ParseException( - 'The value is not recognitzed by the configured parsers', + 'The value is not recognized by the configured parsers', $value, $this->format );