From: Norman Walsh Date: Tue, 2 Oct 2007 02:20:29 +0000 (+0000) Subject: Fix typo in documentation for the units enumeration X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71a8b25adda9086450f6336c94b5200c091a6ea2;p=docbook-dsssl Fix typo in documentation for the units enumeration --- diff --git a/docbook/relaxng/docbook/src/callouts.rnc b/docbook/relaxng/docbook/src/callouts.rnc index 4f391fd97..224d75eec 100644 --- a/docbook/relaxng/docbook/src/callouts.rnc +++ b/docbook/relaxng/docbook/src/callouts.rnc @@ -63,7 +63,7 @@ db.area.units.enumeration = db.area.units-enum.attribute = [ - db:refpurpose [ "Identifies the units used in the coords attribute The default units vary according to the type of callout specified: " db:tag [ class="attavlue" "calspair" ] " for graphics and " db:tag [ class="attavlue" "linecolumn" ] " for line-oriented elements." ] + db:refpurpose [ "Identifies the units used in the coords attribute The default units vary according to the type of callout specified: " db:tag [ class="attvalue" "calspair" ] " for graphics and " db:tag [ class="attvalue" "linecolumn" ] " for line-oriented elements." ] ] attribute units { db.area.units.enumeration }?