diff options
Diffstat (limited to 'packages/fcl-xml/src/htmlwriter.pp')
| -rw-r--r-- | packages/fcl-xml/src/htmlwriter.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fcl-xml/src/htmlwriter.pp b/packages/fcl-xml/src/htmlwriter.pp index 95de568c56..2b19e83acf 100644 --- a/packages/fcl-xml/src/htmlwriter.pp +++ b/packages/fcl-xml/src/htmlwriter.pp @@ -62,7 +62,7 @@ type function FormButton (aname, caption, aOnClick: DOMstring) : THTML_Input; function FormHidden (aname, aValue: DOMstring) : THTML_Input; function FormFile (aname, aValue:DOMstring) : THTML_Input; - { Other usefull links to elements } + { Other useful links to elements } function Meta (aname, ahtpequiv,acontent: DOMString) : THTML_meta; function Link (arel, ahref, athetype, amedia: DOMString) : THTML_link; function Script (s, athetype, asrc: DOMString) : THTML_script; |
