Make WordPress Core

Ticket #18206: 18206-spelling.patch

File 18206-spelling.patch, 933 bytes (added by jacobwg, 13 years ago)

Fix for spelling error

  • wp-includes/script-loader.php

     
    228228                        'zero_byte_file' => __('This file is empty. Please try another.'),
    229229                        'invalid_filetype' => __('This file type is not allowed. Please try another.'),
    230230                        'not_an_image' => __('This file is not an image. Please try another.'),
    231                         'image_memory_exceeded' => __('Memery exceeded. Please try another smaller file.'),
     231                        'image_memory_exceeded' => __('Memory exceeded. Please try another smaller file.'),
    232232                        'image_dimensions_exceeded' => __('This is larger than the maximum size. Please try another.'),
    233233                        'default_error' => __('An error occurred in the upload. Please try again later.'),
    234234                        'missing_upload_url' => __('There was a configuration error. Please contact the server administrator.'),