gnu: tinyxml: Fix typo in description.
* gnu/packages/xml.scm (tinyxml)[description]: Fix typo.master
parent
d21047d504
commit
05077200f7
|
@ -879,7 +879,7 @@ Cflags: -I${includedir}
|
||||||
#t))))))
|
#t))))))
|
||||||
(synopsis "Small XML parser for C++")
|
(synopsis "Small XML parser for C++")
|
||||||
(description "TinyXML is a small and simple XML parsing library for the
|
(description "TinyXML is a small and simple XML parsing library for the
|
||||||
C++ programming langauge.")
|
C++ programming language.")
|
||||||
(home-page "http://www.grinninglizard.com/tinyxml/index.html")
|
(home-page "http://www.grinninglizard.com/tinyxml/index.html")
|
||||||
(license license:zlib)))
|
(license license:zlib)))
|
||||||
|
|
||||||
|
|
Reference in New Issue