Make WordPress Core

Ticket #8330: typo.diff

File typo.diff, 565 bytes (added by ydekproductions, 17 years ago)
  • plugin-install.php

     
    771771
    772772        if( $wp_filesystem->exists( $plugins_dir . $filelist[0] ) ) {
    773773                $wp_filesystem->delete($working_dir, true);
    774                 return new WP_Error('install_folder_exists', __('Folder allready exists.'), $filelist[0] );
     774                return new WP_Error('install_folder_exists', __('Folder already exists.'), $filelist[0] );
    775775        }
    776776
    777777        apply_filters('install_feedback', __('Installing the plugin'));