From: Jeff Trawick Date: Tue, 18 Feb 2003 14:47:18 +0000 (+0000) Subject: fix a typo in a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5a8dc148e8b465c1af6f294e1e4fd4b1d5e153;p=thirdparty%2Fapache%2Fhttpd.git fix a typo in a comment Submitted by: jmc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98706 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/os/unix/os-aix-dso.c b/src/os/unix/os-aix-dso.c index 5caca89376b..e6e830cadff 100644 --- a/src/os/unix/os-aix-dso.c +++ b/src/os/unix/os-aix-dso.c @@ -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 {