You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2002/02/11 09:56:48 UTC

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_info.c

jfclere     02/02/11 00:56:48

  Modified:    webapp/lib pr_info.c
  Log:
  Fix a typo ;-)).
  PR: 6152
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-tomcat-connectors/webapp/lib/pr_info.c
  
  Index: pr_info.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/lib/pr_info.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pr_info.c	6 Aug 2001 03:07:06 -0000	1.4
  +++ pr_info.c	11 Feb 2002 08:56:48 -0000	1.5
  @@ -55,7 +55,7 @@
    *                                                                           *
    * ========================================================================= */
   
  -/* @version $Id: pr_info.c,v 1.4 2001/08/06 03:07:06 pier Exp $ */
  +/* @version $Id: pr_info.c,v 1.5 2002/02/11 08:56:48 jfclere Exp $ */
   #include <wa.h>
   
   /* Counter for requests */
  @@ -131,7 +131,7 @@
       wa_rprintf(r,"<br>\n");
   
       desc=a->conn->prov->applinfo(a,r->pool);
  -    if (desc==NULL) wa_rprintf(r,"      <i>No configuration iformation</i>");
  +    if (desc==NULL) wa_rprintf(r,"      <i>No configuration information</i>");
       else            wa_rprintf(r,"      <b>&quot;%s&quot;</b>",desc);
       wa_rprintf(r,"<br>\n");
   
  @@ -209,7 +209,7 @@
       wa_rprintf(r,"      <b>&quot;%s&quot;</b><br>\n",c->prov->name);
   
       desc=c->prov->conninfo(c,r->pool);
  -    if (desc==NULL) wa_rprintf(r,"      <i>No configuration iformation</i>\n");
  +    if (desc==NULL) wa_rprintf(r,"      <i>No configuration information</i>\n");
       else            wa_rprintf(r,"      <b>&quot;%s&quot;</b>\n",desc);
   
       wa_rprintf(r,"     </font>\n");
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>