From 2b8a6628737678b081190c1f77db1db7368a35b6 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sun, 7 Dec 2014 05:15:50 +0000 Subject: [PATCH] Fix a typo in the DocBlock for `WP_Http_Curl::$bytes_written_total` introduced in [29968]. Props kpdesign. See #26726. git-svn-id: https://develop.svn.wordpress.org/trunk@30767 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-http.php b/src/wp-includes/class-http.php index d9f0e7bc89..8f7351de8e 100644 --- a/src/wp-includes/class-http.php +++ b/src/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;