From 9707a388c357f086df643ba412d1a1441cedf113 Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Thu, 8 Mar 2012 15:52:03 +0100 Subject: [PATCH] typo --- tests/Format/SLD/v1_0_0_GeoServer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Format/SLD/v1_0_0_GeoServer.html b/tests/Format/SLD/v1_0_0_GeoServer.html index 4eecb7195d..8793d59f14 100644 --- a/tests/Format/SLD/v1_0_0_GeoServer.html +++ b/tests/Format/SLD/v1_0_0_GeoServer.html @@ -35,7 +35,7 @@ data = format.read(doc); data.namedLayers[0].userStyles[0].rules[0].symbolizers[1].graphic = false; out = format.write(data); - t.xml_eq(out, readXML("poly_label_nographic.sld").documentElement, "If graphic if false no Graphic is outputted"); + t.xml_eq(out, readXML("poly_label_nographic.sld").documentElement, "If graphic is false no Graphic is outputted"); }