You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mt...@apache.org on 2004/09/09 21:55:24 UTC

cvs commit: httpd-2.0/modules/proxy ajp_link.c

mturk       2004/09/09 12:55:24

  Modified:    modules/proxy ajp_link.c
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.2       +1 -1      httpd-2.0/modules/proxy/ajp_link.c
  
  Index: ajp_link.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/ajp_link.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ajp_link.c	18 Aug 2004 16:09:27 -0000	1.1
  +++ ajp_link.c	9 Sep 2004 19:55:24 -0000	1.2
  @@ -118,7 +118,7 @@
   
       if (status != APR_SUCCESS) {
           ap_log_error(APLOG_MARK, APLOG_ERR, status, NULL,
  -                      "ajp_ilink_receive() error while receiving message body %of length %d\n",
  +                      "ajp_ilink_receive() error while receiving message body of length %d\n",
                         hlen);
           return AJP_EBAD_MESSAGE;
       }