rse 98/03/16 04:04:40
Modified: src/modules/standard mod_so.c
Log:
cosmetics
Revision Changes Path
1.12 +2 -2 apache-1.3/src/modules/standard/mod_so.c
Index: mod_so.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_so.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mod_so.c 1998/03/13 19:20:44 1.11
+++ mod_so.c 1998/03/16 12:04:39 1.12
@@ -355,9 +355,9 @@
static const command_rec so_cmds[] = {
{ "LoadModule", load_module, NULL, RSRC_CONF, TAKE2,
- "a module name, and the name of a shared object file to load it from"},
+ "a module name and the name of a shared object file to load it from"},
{ "LoadFile", load_file, NULL, RSRC_CONF, ITERATE,
- "share object files or libraries to link into the server at runtime"},
+ "shared object file or library to load into the server at runtime"},
{ NULL }
};