]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix RFE #1689228: typo in Schematron assertion for termdef; thanks George Bina
authorNorman Walsh <ndw@nwalsh.com>
Tue, 27 Mar 2007 20:25:15 +0000 (20:25 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 27 Mar 2007 20:25:15 +0000 (20:25 +0000)
docbook/relaxng/docbook/src/glossary.rnc

index b1730a0546269ccc1280ea28e8c941a078cd0098..4acdf6dfb1d25cf6ea049517ddd41dfc8ca02aba 100644 (file)
@@ -372,7 +372,7 @@ div {
                context = "db:termdef"
                s:assert [
                   test = "count(db:firstterm) = 1"
-                  "A termdef must contain exactly one glossterm"
+                  "A termdef must contain exactly one firstterm"
                ]
             ]
          ]