squish.lua: Small fix to comment

Tue, 17 Nov 2009 14:13:38 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 17 Nov 2009 14:13:38 +0000
changeset 54
90bf9ea1aaf0
parent 53
bd189ae0de00
child 55
feb7832393cd

squish.lua: Small fix to comment

squish.lua file | annotate | diff | comparison | revisions
--- a/squish.lua	Sat Oct 10 17:37:56 2009 +0100
+++ b/squish.lua	Tue Nov 17 14:13:38 2009 +0000
@@ -260,7 +260,7 @@
 		else
 			-- Insert vio library
 			f:write(vio, "\n")
-			-- Override io.open to use vio if opening a resource
+			-- Override standard functions to use vio if opening a resource
 			f:write[[local io_open, io_lines = io.open, io.lines; function io.open(fn, mode)
 					if not resources[fn] then
 						return io_open(fn, mode);

mercurial