Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed Jun 13, 2012
1 parent d6f5311 commit 4ebfab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/error/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ public static function handleDie(&$error, $options)
public static function handleMessage(&$error, $options)
{
// Deprecation warning.
JLog::add('JError::hanleMessage() is deprecated.', JLog::WARNING, 'deprecated');
JLog::add('JError::handleMessage() is deprecated.', JLog::WARNING, 'deprecated');

$appl = JFactory::getApplication();
$type = ($error->get('level') == E_NOTICE) ? 'notice' : 'error';
Expand Down

0 comments on commit 4ebfab8

Please sign in to comment.