summaryrefslogtreecommitdiff
path: root/ext/curl/curl.c
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-09-08 00:42:25 +0000
committerSterling Hughes <sterling@php.net>2001-09-08 00:42:25 +0000
commit1c3b3ad8f3615c59ec2e6a44e9a9e2518d35450c (patch)
tree666e31ce302b56591fbfb0e5dd49d913f2763a2f /ext/curl/curl.c
parentbdb4cb52718834444132ec809efe0404f371572f (diff)
downloadphp-git-1c3b3ad8f3615c59ec2e6a44e9a9e2518d35450c.tar.gz
tense, tense, tense
Diffstat (limited to 'ext/curl/curl.c')
-rw-r--r--ext/curl/curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/curl.c b/ext/curl/curl.c
index ed857d012e..fd432bd204 100644
--- a/ext/curl/curl.c
+++ b/ext/curl/curl.c
@@ -291,7 +291,7 @@ static size_t curl_write(char *data, size_t size, size_t nmemb, void *ctx)
t->func,
retval, 2, argv TSRMLS_CC);
if (error == FAILURE) {
- php_error(E_WARNING, "Cannot call the CURLOPT_WRITEFUNCTION");
+ php_error(E_WARNING, "Couldn't call the CURLOPT_WRITEFUNCTION");
length = -1;
}
else {