Skip to content

Commit

Permalink
Clean up some parentheses and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahdw committed Dec 10, 2010
1 parent c80348a commit 9591eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/kohana/inflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static function plural($str, $count = NULL)
}

// Convert to uppsecase if nessasary
if($is_uppercase)
if ($is_uppercase)
{
$str = strtoupper($str);
}
Expand Down

0 comments on commit 9591eb7

Please sign in to comment.