From 42b8583c4e3ed4fa229ce7e8e22cc7bc2cc6bcb8 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 25 Oct 2010 16:23:02 +0200 Subject: typo --- utils/validator.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/validator.pl b/utils/validator.pl index 5972102..baf6acc 100644 --- a/utils/validator.pl +++ b/utils/validator.pl @@ -24,7 +24,7 @@ my $schema_val = $rx->make_schema( read_from_json($schema) ); my $res = $schema_val->check(read_from_json($desc)); if ($res) { - print "ok - $desc is a valid description\n;"; + print "ok - $desc is a valid description\n"; } else{ print "nok - $desc is not a valid description\n"; -- cgit v1.2.3