remote.inc contains 3 error messages all with the same copy and paste typo in:

      switch ($info['http_code']) {
        case 403:
          form_error($element, t('The remote file could not be transfered because access to the file was denied.'));
          break;
        case 404:
          form_error($element, t('The remote file could not be transfered because it was not found.'));
          break;
        default:
          form_error($element, t('The remote file could not be transfered due to an HTTP error (@code).', array('@code' => $info['http_code'])));
      }

"transfered" should be corrected to "transferred".

Comments

budda’s picture

Status: Active » Needs review
StatusFileSize
new1.13 KB

Go on then. I'll provide a patch to correct the spelling :)

budda’s picture

StatusFileSize
new1.74 KB

Spotted a further one. Re-rolled patch.

quicksketch’s picture

Title: "transfered" spelling » Correct "transfered" spelling
Status: Needs review » Fixed

Thanks, committed to both branches!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.