diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-07-25 05:38:50 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-07-25 11:57:11 +0200 |
commit | a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b (patch) | |
tree | 31d5964b5ceeb8ca1f81511f08bc4b89d872e8a7 /ext/soap/php_http.c | |
parent | a29a800cb0749c19a99a7019219c44b5415b6a78 (diff) | |
download | php-git-a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b.tar.gz |
Fix typos in code comments
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r-- | ext/soap/php_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index 7a2410de82..fc068bf4d1 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -946,7 +946,7 @@ try_again: /* Grab and send back every cookie */ /* Not going to worry about Path: because - we shouldn't be changing urls so path dont + we shouldn't be changing urls so path doesn't matter too much */ cookie_itt = strstr(ZSTR_VAL(http_headers), "Set-Cookie: "); |