rasmus 98/03/14 08:25:46
Modified: src CHANGES
Log:
Fix typos
Revision Changes Path
1.711 +2 -2 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.710
retrieving revision 1.711
diff -u -r1.710 -r1.711
--- CHANGES 1998/03/14 15:51:22 1.710
+++ CHANGES 1998/03/14 16:25:44 1.711
@@ -34,7 +34,7 @@
[Dmitry Khrustalev <[EMAIL PROTECTED]>]
*) Added support for building shared objects even for library-style modules
- (which are build from more than one object file). This now provides the
+ (which are built from more than one object file). This now provides the
ability to build mod_proxy as a shared object module. Additionally
modules like mod_example are now also supported for shared object
building because the generated Makefiles now no longer assume there is
at
@@ -110,7 +110,7 @@
any Apache header files in case they are being built separately from
Apache. Along with this change, a couple of minor changes were
made to make Apache's #defines coexist peacefully with any autoconf
- defines and external module might have. [Rasmus Lerdorf]
+ defines an external module might have. [Rasmus Lerdorf]
*) Fix mod_rewrite for the ugly API case where <VirtualHost> sections exist
but without any RewriteXXXXX directives. Here mod_rewrite is given no