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))))))
|
||||
(synopsis "Small XML parser for C++")
|
||||
(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")
|
||||
(license license:zlib)))
|
||||
|
||||
|
|
Reference in New Issue