[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.285)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 285
Commiter: yasu
Date: 2007-05-02 14:01:23 +0900 (水, 02 5月 2007)
=======================================================
Log:
fix wron spell..
=======================================================
Changed:
U cdn/check-surrogates.rb
Modified: cdn/check-surrogates.rb
===================================================================
--- cdn/check-surrogates.rb 2007-05-01 15:33:54 UTC (rev 284)
+++ cdn/check-surrogates.rb 2007-05-02 05:01:23 UTC (rev 285)
@@ -36,7 +36,7 @@
@slog.info("#{host} return #{response.code} #{@last_modified} equal")
return true
elsif @last_modified && @last_modified != Time.parse(response['last-modified'])
- @slog.info("#{host} return #{response.code} #{response['last-modified']} differnet timestamp. Igonore this host.")
+ @slog.info("#{host} return #{response.code} #{response['last-modified']} different timestamp. Igonore this host.")
return nil
else
@slog.info("#{host} return #{response.code} (please set $first_surrogate")