X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http_message_object.c;h=7af330dcfa91851b1393e44848cc884c6ddabcdf;hb=1f5a1441ed2a2a655f1bdcbf962c59b6e6c311a8;hp=b02deadeec5cda526a1b6cb2ccfa76ee8bec7684;hpb=5e1a7737133442be9b9f81ed2a434fa9a0c4ab38;p=m6w6%2Fext-http diff --git a/http_message_object.c b/http_message_object.c index b02dead..7af330d 100644 --- a/http_message_object.c +++ b/http_message_object.c @@ -612,8 +612,8 @@ PHP_METHOD(HttpMessage, __construct) * * Create an HttpMessage object from a string. Kind of a static constructor. * - * Expects a string parameter containing a sinlge or several consecutive - * HTTP messages. Accepts an optionsl string parameter specifying the class to use. + * Expects a string parameter containing a single or several consecutive + * HTTP messages. Accepts an optional string parameter specifying the class to use. * * Returns an HttpMessage object on success or NULL on failure. * @@ -778,7 +778,7 @@ PHP_METHOD(HttpMessage, getType) * * Set Message Type. (HTTP_MSG_NONE|HTTP_MSG_REQUEST|HTTP_MSG_RESPONSE) * - * Exptects an int parameter, the HttpMessage::TYPE. + * Expects an int parameter, the HttpMessage::TYPE. */ PHP_METHOD(HttpMessage, setType) {