diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-14 19:34:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-14 19:34:09 +0200 |
commit | 17683bcc74284c344dc67f5a9b806801af5c598f (patch) | |
tree | e93bff95d7cae47533004e257c3bf042fa8fd8a4 /web | |
parent | 2b4193a368e4be2db2ed0c51368e903890208067 (diff) |
Fix typos
Diffstat (limited to 'web')
-rw-r--r-- | web/apache/service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/service b/web/apache/service index 2b97108..bfa8fa9 100644 --- a/web/apache/service +++ b/web/apache/service @@ -36,7 +36,7 @@ namespace web m.handle (rq, rs, l); } - const M& exemplar_; + const module& exemplar_; void (*handle_) (request&, response&, log&, const module&); }; } |