Skip to content

Commit

Permalink
cookie is not uninflected but irregular
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Dec 24, 2012
1 parent 554d579 commit 500a980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/Inflector.php
Expand Up @@ -55,7 +55,7 @@ class Inflector {
'/$/' => 's',
),
'uninflected' => array(
'.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox', '.*sheep', 'people', 'cookie'
'.*[nrlm]ese', '.*deer', '.*fish', '.*measles', '.*ois', '.*pox', '.*sheep', 'people'
),
'irregular' => array(
'atlas' => 'atlases',
Expand Down

0 comments on commit 500a980

Please sign in to comment.