]> granicus.if.org Git - python/commitdiff
#8217: typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 23:26:21 +0000 (23:26 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 23:26:21 +0000 (23:26 +0000)
Doc/howto/webservers.rst

index 082929265d3b96e8b789082c7156b7f0f6d44c6f..8cff555e12f871d6dcb3ec32dce37e7f5e74b9f0 100644 (file)
@@ -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