From d72a628797326551fea6e4750c05e56bf3db4ecf Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 23 Mar 2010 23:26:21 +0000 Subject: [PATCH] #8217: typo. --- Doc/howto/webservers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst index 082929265d..8cff555e12 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst @@ -38,7 +38,7 @@ The low-level view When a user enters a web site, his browser makes a connection to the site's webserver (this is called the *request*). The server looks up the file in the file system and sends it back to the user's browser, which displays it (this is -the *response*). This is roughly how the unterlying protocol, HTTP works. +the *response*). This is roughly how the underlying protocol, HTTP, works. Now, dynamic web sites are not files in the file system, but rather programs which are run by the web server when a request comes in. They can do all sorts -- 2.40.0