Skip to content

Commit 7707bb8

Browse files
committed
fixed typo.
1 parent 78bfc07 commit 7707bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)