From f93796622c3604c08ff013f438677e51fe3f073e Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 31 Jan 2013 19:46:02 +0100 Subject: [PATCH] httpserver: Fix typo. --- develop/httpserver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/httpserver.rst b/develop/httpserver.rst index ceb32e5..19319d0 100644 --- a/develop/httpserver.rst +++ b/develop/httpserver.rst @@ -135,7 +135,7 @@ Here is the code of the callback... pretty much simple, as ever:: elif path == '/gribble': response = 'Thanks to Gribble, we have many bug fixes and SQLite 3 support' elif path == '/limnoria': - response = 'Because of Limnoria, you need to internationalize your plugins and read this f*cking do.' + response = 'Because of Limnoria, you need to internationalize your plugins and read this f*cking doc.' else: response = None if response is None: