about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-23 13:22:47 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-06-23 13:22:47 +0000
commita6d80703cb7568bb529bac913e2bc52d59a244dd (patch)
tree5526ad7da693b3b105cc3ae00aeb8cc20a4a16c8 /ext
parent0095a939c3759a930ed46fdefd6ec13d4b3e0500 (diff)
downloadunicorn-a6d80703cb7568bb529bac913e2bc52d59a244dd.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@255 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext')
-rw-r--r--ext/http11/http11.c2
-rw-r--r--ext/http11/http11_parser.c2
-rw-r--r--ext/http11/http11_parser.h2
-rw-r--r--ext/http11/http11_parser.rl2
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/http11/http11.c b/ext/http11/http11.c
index 5e4e510..88e8e98 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -1,4 +1,4 @@
-/* Mongrel Web Server - A Mostly Ruby Webserver and Library
+/* Mongrel Web Server - A Mostly Ruby HTTP server and Library
  *
  * Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
  *
diff --git a/ext/http11/http11_parser.c b/ext/http11/http11_parser.c
index 5e593bb..a57051a 100644
--- a/ext/http11/http11_parser.c
+++ b/ext/http11/http11_parser.c
@@ -1,5 +1,5 @@
 #line 1 "ext/http11/http11_parser.rl"
-/* Mongrel Web Server - A Mostly Ruby Webserver and Library
+/* Mongrel Web Server - A Mostly Ruby HTTP server and Library
  *
  * Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
  *
diff --git a/ext/http11/http11_parser.h b/ext/http11/http11_parser.h
index 7bab703..047829a 100644
--- a/ext/http11/http11_parser.h
+++ b/ext/http11/http11_parser.h
@@ -1,4 +1,4 @@
-/* Mongrel Web Server - A Mostly Ruby Webserver and Library
+/* Mongrel Web Server - A Mostly Ruby HTTP server and Library
  *
  * Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
  *
diff --git a/ext/http11/http11_parser.rl b/ext/http11/http11_parser.rl
index 37a3023..1b784dd 100644
--- a/ext/http11/http11_parser.rl
+++ b/ext/http11/http11_parser.rl
@@ -1,4 +1,4 @@
-/* Mongrel Web Server - A Mostly Ruby Webserver and Library
+/* Mongrel Web Server - A Mostly Ruby HTTP server and Library
  *
  * Copyright (C) 2005 Zed A. Shaw zedshaw AT zedshaw dot com
  *