diff --git a/wp-login.php b/wp-login.php index b912d4e566..8693e6abb3 100644 --- a/wp-login.php +++ b/wp-login.php @@ -8,7 +8,7 @@ * @package WordPress */ -/** Make sure that the WordPress bootstrap has ran before continuing. */ +/** Make sure that the WordPress bootstrap has run before continuing. */ require( dirname(__FILE__) . '/wp-load.php' ); // Redirect to https login if forced to use SSL diff --git a/wp-pass.php b/wp-pass.php index 1be8095cc0..0ad6e5ea4e 100644 --- a/wp-pass.php +++ b/wp-pass.php @@ -6,7 +6,7 @@ * @package WordPress */ -/** Make sure that the WordPress bootstrap has ran before continuing. */ +/** Make sure that the WordPress bootstrap has run before continuing. */ require( dirname(__FILE__) . '/wp-load.php'); if ( get_magic_quotes_gpc() )