From: Roland Häder Date: Thu, 29 Oct 2009 22:11:32 +0000 (+0000) Subject: Typo fixed :( X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=32ba4a68eaacd2719df4674836ff54942cd6d3ca;ds=sidebyside Typo fixed :( --- diff --git a/inc/libs/yoomedia_functions.php b/inc/libs/yoomedia_functions.php index b2387dc1d6..588eea1ab4 100644 --- a/inc/libs/yoomedia_functions.php +++ b/inc/libs/yoomedia_functions.php @@ -315,7 +315,7 @@ function translateYooMediaError ($errorCode) { $return = $GLOBALS['translation_tables']['yoomedia']['error_codes'][$errorCode]; } else { // Log missing entries - debug_report_bug(sprintf("Unknown error code %s detected.", $erroCode)); + debug_report_bug(sprintf("Unknown error code %s detected.", $errorCode)); } // Return value