diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index d9f0e7bc89..8f7351de8e 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -1333,7 +1333,7 @@ class WP_Http_Curl { * The total bytes written in the current request. * * @since 4.1.0 - * @access prviate + * @access private * @var int */ private $bytes_written_total = 0; diff --git a/wp-includes/version.php b/wp-includes/version.php index 16e3eb03dd..eca6c2ab07 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30766'; +$wp_version = '4.1-beta2-30767'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.