diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-25 16:23:02 +0200 |
---|---|---|
committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-25 16:23:02 +0200 |
commit | 42b8583c4e3ed4fa229ce7e8e22cc7bc2cc6bcb8 (patch) | |
tree | 32911d08f08649a34133ffbc4671c7a93580964f | |
parent | Couchdb : add method get_info(), which uses HEAD. (diff) | |
download | api-description-42b8583c4e3ed4fa229ce7e8e22cc7bc2cc6bcb8.tar.gz |
typo
-rw-r--r-- | utils/validator.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |