Comment fix.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 23 Apr 2005 15:25:21 +0000 (15:25 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 23 Apr 2005 15:25:21 +0000 (15:25 +0000)
ChangeLog
lib/redact/app.rb

index cd36f26c3b04839fc845ca173811725398af2112..0f439547cfd1285f51cb7bd4b89c38c2123e7c26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 --
-$Id: ChangeLog 29 2005-04-16 15:59:07Z tilman $
+$Id: ChangeLog 30 2005-04-23 15:25:21Z tilman $
 ++
 
+2005-04-23 Tilman Sauerbeck (tilman at code-monkey de)
+        * lib/redact/app.rb: Comment fix
+
 2005-04-16 Tilman Sauerbeck (tilman at code-monkey de)
         * lib/redact/part.rb: Added border_fill_middle attribute to
           ImageDescription
index 72175162e2424c86930db4166b8ab19d9c30246a..351897e2ef4c7e693535af593a5d7192d3d438c8 100644 (file)
@@ -1,5 +1,5 @@
 #--
-# $Id: app.rb 7 2005-03-28 16:27:18Z tilman $
+# $Id: app.rb 30 2005-04-23 15:25:21Z tilman $
 #
 # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
 #
@@ -206,7 +206,7 @@ EOT
                                method = (sane == @filename) ? :unshift : :push
                                s.send(method, SourceFile.new(sane, value.join))
 
-                               # include files that are with File.read, too
+                               # include files that are read with File.read, too
                                value.join.grep(/File\.read\(\"(.+)\"\)/) do
                                        sane = Pathname.new($1).cleanpath.to_s
                                        s << SourceFile.new(sane, File.read(sane))