8000 fixed typo. · symfony/symfony@805acc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 805acc9

Browse files
committed
fixed typo.
1 parent 9b877cf commit 805acc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Dumper/FileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function dump(MessageCatalogue $messages, $options = array())
9999
*/
100100
public function formatCatalogue(MessageCatalogue $messages, $domain, array $options = array())
101101
{
102-
@trigger_error('The '.__METHOD__.' method will replace the format method in 3.0. You should overwritten it instead of overwriting format instead.', E_USER_DEPRECATED);
102+
@trigger_error('The '.__METHOD__.' method will replace the format method in 3.0. You should overwrite it instead of overwriting format instead.', E_USER_DEPRECATED);
103103

104104
return $this->format($messages, $domain);
105105
}

0 commit comments

Comments
 (0)
0