aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-18 07:35:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-23 17:47:47 +0200
commit1dc38cf49b6c7a8b661a9cc675ded94c8ab33c36 (patch)
tree5a216148adb9d842a5a15c032a671182faa9ba06 /web
parentfe6182a8c89675f92e72c881d707e21cdf56f376 (diff)
Implement brep-migrate utility
Diffstat (limited to 'web')
-rw-r--r--web/apache/service.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/service.cxx b/web/apache/service.cxx
index c4fe462..96ff855 100644
--- a/web/apache/service.cxx
+++ b/web/apache/service.cxx
@@ -125,7 +125,7 @@ namespace web
// Terminate the root apache process. Indeed we can only try to
// terminate the process, and most likely will fail in a production
- // environment where the apache root process usually runs under root
+ // environment where the apache root process usually runs under root,
// and worker processes run under some other user. This is why the
// implementation should consider the possibility of not being
// initialized at the time of HTTP request processing. In such a case