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
);