summaryrefslogtreecommitdiffstats
path: root/kpf/DESIGN
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/DESIGN')
-rw-r--r--kpf/DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/DESIGN b/kpf/DESIGN
index bacfc82b..7f5d9fa9 100644
--- a/kpf/DESIGN
+++ b/kpf/DESIGN
@@ -33,7 +33,7 @@ Server
May serve more than one request per connection (this is HTTP persistence.)
Creates Request object on incoming request.
Creates Response object when incoming request is fully received.
- Sends Request and Response objects out via Q_SIGNALS, so that they
+ Sends Request and Response objects out via signals, so that they
may be used by ActiveMonitorItem objects.
WebServer