From 258fcf29c91a3b79da645bc26d09ec3348cc35b1 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Thu, 3 Jul 2014 02:59:05 +0200 Subject: [PATCH] Update info page. --- src/_h5ai/client/js/inc/info.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_h5ai/client/js/inc/info.js b/src/_h5ai/client/js/inc/info.js index 831944fe..f3a9188f 100644 --- a/src/_h5ai/client/js/inc/info.js +++ b/src/_h5ai/client/js/inc/info.js @@ -52,12 +52,12 @@ modulejs.define('info', ['$', 'config'], function ($, config) { ); addTest( - 'Options parsable', 'File options.json is readable and syntax seams to be correct', + 'Options parsable', 'File options.json is readable and syntax is correct', config.options !== null ); addTest( - 'Types parsable', 'File types.json is readable and syntax seams to be correct', + 'Types parsable', 'File types.json is readable and syntax is correct', config.types !== null );