diff options
Diffstat (limited to 'web/apache/service.txx')
-rw-r--r-- | web/apache/service.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/service.txx b/web/apache/service.txx index 2e8a3e5..e517abe 100644 --- a/web/apache/service.txx +++ b/web/apache/service.txx @@ -25,7 +25,7 @@ namespace web const M* exemplar (dynamic_cast<const M*> (&exemplar_)); assert (exemplar != nullptr); - // For each directory configuration context, for which the module + // For each directory configuration context, for which the module is // allowed to handle a request, create the module exemplar as a deep // copy of the exemplar_ member, and initialize it with the // context-specific option list. |