diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 18:18:34 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | 0cef3ac468e3b9d6c0366370cf89863fe7f8b87b (patch) | |
tree | 5fc20400ccc0aee832f41c8377a7098a79c87499 | |
parent | 33c727104adef68ec0bd09b62907c70cd3dcf92d (diff) |
libraries/tDOM: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | libraries/tDOM/README | 2 | ||||
-rw-r--r-- | libraries/tDOM/slack-desc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/tDOM/README b/libraries/tDOM/README index 27d7d01af419..3a2caa5452c2 100644 --- a/libraries/tDOM/README +++ b/libraries/tDOM/README @@ -3,7 +3,7 @@ Tcl scripting functionality. tDOM should be one of the fastest ways to manipulate XML with a scripting language and uses very little memory in the process (for example the DOM tree of the XML recommendation in XML (160K) needs only about 450K in memory)! The tDOM project was started by Jochen -Löwer. It is currently maintained by Rolf Ade. +Lower. It is currently maintained by Rolf Ade. Note, tDOM ships with two extensions: tnc, an XML validation module and tdomhtml, a set of definitions for creating html documents using tDOM. The diff --git a/libraries/tDOM/slack-desc b/libraries/tDOM/slack-desc index e14a543f1589..27b194805efb 100644 --- a/libraries/tDOM/slack-desc +++ b/libraries/tDOM/slack-desc @@ -13,7 +13,7 @@ tDOM: powerful Tcl scripting functionality. tDOM should be one of the tDOM: fastest ways to manipulate XML with a scripting language and uses tDOM: very little memory in the process (for example the DOM tree of the tDOM: XML recommendation in XML (160K) needs only about 450K in memory)! -tDOM: The tDOM project was started by Jochen Löwer. It is currently +tDOM: The tDOM project was started by Jochen Lower. It is currently tDOM: maintained by Rolf Ade. tDOM: tDOM: |