summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r--ext/soap/php_http.c2
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: ");