diff --git a/wp-admin/includes/class-wp-filesystem-ssh2.php b/wp-admin/includes/class-wp-filesystem-ssh2.php index 7bcd4b7469..79d00f5885 100644 --- a/wp-admin/includes/class-wp-filesystem-ssh2.php +++ b/wp-admin/includes/class-wp-filesystem-ssh2.php @@ -128,7 +128,7 @@ class WP_Filesystem_SSH2 extends WP_Filesystem_Base { } } else { if ( ! @ssh2_auth_pubkey_file($this->link, $this->options['username'], $this->options['public_key'], $this->options['private_key'], $this->options['password'] ) ) { - $this->errors->add('auth', sprintf(__('Public and Private keys incorrent for %s'), $this->options['username'])); + $this->errors->add('auth', sprintf(__('Public and Private keys incorrect for %s'), $this->options['username'])); return false; } } @@ -379,4 +379,4 @@ class WP_Filesystem_SSH2 extends WP_Filesystem_Base { unset($dir); return $ret; } -} \ No newline at end of file +}