[or-cvs] r12851: isn't there a "do i have typos in my code?" command you can (bridgedb/trunk/lib/bridgedb)

arma at seul.org arma at seul.org
Tue Dec 18 05:36:16 UTC 2007


Author: arma
Date: 2007-12-18 00:36:16 -0500 (Tue, 18 Dec 2007)
New Revision: 12851

Modified:
   bridgedb/trunk/lib/bridgedb/Server.py
Log:
isn't there a "do i have typos in my code?" command you can run?


Modified: bridgedb/trunk/lib/bridgedb/Server.py
===================================================================
--- bridgedb/trunk/lib/bridgedb/Server.py	2007-12-18 05:31:45 UTC (rev 12850)
+++ bridgedb/trunk/lib/bridgedb/Server.py	2007-12-18 05:36:16 UTC (rev 12851)
@@ -84,7 +84,7 @@
             answer = "No bridges available."
 
         logging.info("Replying to web request from %s", ip)
-        return HTML_MESSAGE_TEMPLAY % answer
+        return HTML_MESSAGE_TEMPLATE % answer
 
 def addWebServer(cfg, dist, sched):
     from twisted.web.server import Site



More information about the tor-commits mailing list