Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arghav committed Apr 28, 2011
1 parent 23db6b6 commit 26bfa43
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ public function getDefaultOptions(array $options)

$class = isset($options['data_class']) ? $options['data_class'] : null;

// If no data class is set explicitely and an object is passed as data,
// If no data class is set explicitly and an object is passed as data,
// use the class of that object as data class
if (!$class && isset($options['data']) && is_object($options['data'])) {
$defaultOptions['data_class'] = $class = get_class($options['data']);
Expand Down

0 comments on commit 26bfa43

Please sign in to comment.