From 5e42829001ae3eaecc87b2377dad4c3ff1c7a7e8 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 14 Jun 2009 09:28:29 +0000 Subject: [PATCH] Fix typo, props morfiusx and Denis-de-Bernardy, fixes #10137 for trunk git-svn-id: https://develop.svn.wordpress.org/trunk@11564 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/class-wp-filesystem-ssh2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}