X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http_requestpool_object.c;h=37e8edefa48ea063cbf13ff05e80c03183f48219;hb=1f5a1441ed2a2a655f1bdcbf962c59b6e6c311a8;hp=30bfbdea405a0e8dafd3417f8ecc6893099ddf49;hpb=5e1a7737133442be9b9f81ed2a434fa9a0c4ab38;p=m6w6%2Fext-http diff --git a/http_requestpool_object.c b/http_requestpool_object.c index 30bfbde..37e8ede 100644 --- a/http_requestpool_object.c +++ b/http_requestpool_object.c @@ -252,7 +252,7 @@ PHP_METHOD(HttpRequestPool, reset) * Attach an HttpRequest object to this HttpRequestPool. * WARNING: set all options prior attaching! * - * Expects the parameter to be an HttpRequest object not alread attached to + * Expects the parameter to be an HttpRequest object not already attached to * antother HttpRequestPool object. * * Returns TRUE on success, or FALSE on failure.