Make WordPress Core

Changeset 11563


Ignore:
Timestamp:
06/14/2009 09:27:38 AM (15 years ago)
Author:
azaozz
Message:

Fix typo, props morfiusx and Denis-de-Bernardy, fixes #10137 for 2.8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-admin/includes/class-wp-filesystem-ssh2.php

    r11063 r11563  
    129129        } else {
    130130            if ( ! @ssh2_auth_pubkey_file($this->link, $this->options['username'], $this->options['public_key'], $this->options['private_key'], $this->options['password'] ) ) {
    131                 $this->errors->add('auth', sprintf(__('Public and Private keys incorrent for %s'), $this->options['username']));
     131                $this->errors->add('auth', sprintf(__('Public and Private keys incorrect for %s'), $this->options['username']));
    132132                return false;
    133133            }
Note: See TracChangeset for help on using the changeset viewer.