validator/httpd/cgi-bin check,1.616,1.617

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv30638/httpd/cgi-bin

Modified Files:
	check 
Log Message:
json_ouput -> json_output

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.616
retrieving revision 1.617
diff -u -d -r1.616 -r1.617
--- check	4 Jan 2009 11:11:16 -0000	1.616
+++ check	4 Jan 2009 11:13:46 -0000	1.617
@@ -378,7 +378,7 @@
 );
 $File->{Templates}->{JSON} = HTML::Template->new(
   %template_defaults,
-  filename          => 'json_ouput.tmpl',
+  filename          => 'json_output.tmpl',
   loop_context_vars => TRUE,
   global_vars       => TRUE,
 );

Received on Sunday, 4 January 2009 11:13:56 UTC