about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN b/DESIGN
index 1d195c7..eb9fbea 100644
--- a/DESIGN
+++ b/DESIGN
@@ -11,7 +11,7 @@
   only non-Ruby part and there are no plans to add any more
   non-Ruby components.
 
-* All HTTP protocol parsing and I/O is done much like Mongrel:
+* All HTTP parsing and I/O is done much like Mongrel:
     1. read/parse HTTP request headers in full
     2. call Rack application
     3. write HTTP response back to the client