summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2004-07-10 14:34:58 +0000
committerDom Lachowicz <doml@src.gnome.org>2004-07-10 14:34:58 +0000
commit5435711251168d7e69cdece1751db19f2baa9558 (patch)
treec8772b804c2e9d85eb3fffc24d0d9a27d3ce96dd
parent777f2ef8549dbf4bf1b6482dab3c1491e1376797 (diff)
downloadlibrsvg-5435711251168d7e69cdece1751db19f2baa9558.tar.gz
fix typo in feature string
-rw-r--r--rsvg-cond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsvg-cond.c b/rsvg-cond.c
index 888840e1..47a58981 100644
--- a/rsvg-cond.c
+++ b/rsvg-cond.c
@@ -35,7 +35,7 @@
static const char * implemented_features [] =
{
- "http://www.w3.org/TRr/SVG11/feature#BasicText",
+ "http://www.w3.org/TR/SVG11/feature#BasicText",
"http://www.w3.org/TR/SVG11/feature#BasicFilter",
"http://www.w3.org/TR/SVG11/feature#BasicGraphicsAttribute",
"http://www.w3.org/TR/SVG11/feature#BasicPaintAttribute",