diff --git a/tests/Format/WFSCapabilities/v1.html b/tests/Format/WFSCapabilities/v1.html
index 74baa39c8a..b9368fab9e 100644
--- a/tests/Format/WFSCapabilities/v1.html
+++ b/tests/Format/WFSCapabilities/v1.html
@@ -17,7 +17,7 @@
'';
var obj = parser.read(text);
- t.ok(!!obj.error, "Error not reported correctly"); // That is, the above should place an error in obj.error
+ t.ok(!!obj.error, "Error reported correctly"); // The above should place an error in obj.error
}
function test_read(t) {