Typos fixed + keep fake modules hidden
[mailer.git] / inc / libs / yoomedia_functions.php
index 5360c5104c0c487f1effea32e1da26ef279c39eb..c76bee6f4b541856669bd49dd062be2e98a7a7b5 100644 (file)
@@ -157,7 +157,7 @@ function YOOMEDIA_PARSE_RESPONSE ($response, $type) {
        // Cut off the header
        $dummy = removeHttpHeaderFromResponse($response);
 
-       // If we have no result, abort here
+       // If there is no result, abort here
        if (count($dummy) == 0) {
                // Empty response from API
                reportBug(__FUNCTION__, __LINE__, 'Empty result from API received. response()=' . count($response) . ',type=' . $type);