You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2003/02/18 15:47:18 UTC

cvs commit: apache-1.3/src/os/unix os-aix-dso.c

trawick     2003/02/18 06:47:18

  Modified:    src/os/unix os-aix-dso.c
  Log:
  fix a typo in a comment
  
  Submitted by: jmc <jm...@prioris.mini.pw.edu.pl>
  
  Revision  Changes    Path
  1.9       +1 -1      apache-1.3/src/os/unix/os-aix-dso.c
  
  Index: os-aix-dso.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/unix/os-aix-dso.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- os-aix-dso.c	3 Feb 2003 17:13:33 -0000	1.8
  +++ os-aix-dso.c	18 Feb 2003 14:47:18 -0000	1.9
  @@ -117,7 +117,7 @@
   #define RTLD_GLOBAL	0x100	/* allow symbols to be global */
   
   /*
  - * To be able to intialize, a library may provide a dl_info structure
  + * To be able to initialize, a library may provide a dl_info structure
    * that contains functions to be called to initialize and terminate.
    */
   struct dl_info {