aboutsummaryrefslogtreecommitdiff
path: root/web/apache
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-14 19:34:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-14 19:34:09 +0200
commit17683bcc74284c344dc67f5a9b806801af5c598f (patch)
treee93bff95d7cae47533004e257c3bf042fa8fd8a4 /web/apache
parent2b4193a368e4be2db2ed0c51368e903890208067 (diff)
Fix typos
Diffstat (limited to 'web/apache')
-rw-r--r--web/apache/service2
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&);
};
}