[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debian JP master SVN www commits (rev.286)



=======================================================
Repository: /org/svn.debian.or.jp/repos
  Revision: 286
  Commiter: yasu
      Date: 2007-05-02 14:05:14 +0900 (水, 02  5月 2007)
=======================================================
Log:

fix wrong spell..

=======================================================
Changed:

U   cdn/ChangeLog
U   cdn/check-surrogates.rb

Modified: cdn/ChangeLog
===================================================================
--- cdn/ChangeLog	2007-05-02 05:01:23 UTC (rev 285)
+++ cdn/ChangeLog	2007-05-02 05:05:14 UTC (rev 286)
@@ -1,3 +1,7 @@
+2007-05-02  ARAKI Yasuhiro  <ar@xxxxxxxxxxxxx>
+
+	* check-surrogates.rb (CheckSurrogate::checkhttp): fix wrong spell.
+
 2007-05-01  ARAKI Yasuhiro  <yasu@debian.or.jp>
 
 	** New feature: Added /debian/project/trace/hostname file time check.

Modified: cdn/check-surrogates.rb
===================================================================
--- cdn/check-surrogates.rb	2007-05-02 05:01:23 UTC (rev 285)
+++ cdn/check-surrogates.rb	2007-05-02 05:05:14 UTC (rev 286)
@@ -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']} different timestamp. Igonore this host.")
+          @slog.info("#{host} return #{response.code} #{response['last-modified']} different timestamp. Ignore this host.")
           return nil
         else
           @slog.info("#{host} return #{response.code} (please set $first_surrogate")