Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #581 from ysramirez/patch-2
Browse files Browse the repository at this point in the history
Typo Srita. doesn't exist
  • Loading branch information
fzaninotto committed May 19, 2015
2 parents 42cb047 + 302e1fe commit fd5c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/es_PE/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Person extends \Faker\Provider\Person

protected static $titleMale = array('Sr.', 'Dn.', 'Dr.', 'Lic.', 'Ing.');

protected static $titleFemale = array('Sra.', 'Srita.', 'Dr.', 'Lic.', 'Ing.');
protected static $titleFemale = array('Sra.', 'Srta.', 'Dra.', 'Lic.', 'Ing.');

protected static $suffix = array('Hijo');

Expand Down

0 comments on commit fd5c3ce

Please sign in to comment.