[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13506: Typo fixed. (weather/trunk)
Author: ioerror
Date: 2008-02-14 02:22:31 -0500 (Thu, 14 Feb 2008)
New Revision: 13506
Modified:
weather/trunk/weather.py
Log:
Typo fixed.
Modified: weather/trunk/weather.py
===================================================================
--- weather/trunk/weather.py 2008-02-14 04:17:05 UTC (rev 13505)
+++ weather/trunk/weather.py 2008-02-14 07:22:31 UTC (rev 13506)
@@ -204,7 +204,7 @@
s.sendmail(sender, [address], msg.as_string())
s.close()
- print "Thankyou for using Tor Weather. A confirmation request has been sent to", address + "."
+ print "Thank you for using Tor Weather. A confirmation request has been sent to", address + "."
#print url
# Section 3.4.1 of RFC 2822 is much more liberal than this!