]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix a typo in a comment
authorJeff Trawick <trawick@apache.org>
Tue, 18 Feb 2003 14:47:18 +0000 (14:47 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 18 Feb 2003 14:47:18 +0000 (14:47 +0000)
Submitted by: jmc <jmc@prioris.mini.pw.edu.pl>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98706 13f79535-47bb-0310-9956-ffa450edef68

src/os/unix/os-aix-dso.c

index 5caca89376b88fb61398247bae6030b75125fdf3..e6e830cadff729bd1b98c446a2fa33bf7b3f0374 100644 (file)
 #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 {