gnu: tinyxml: Fix typo in description.

* gnu/packages/xml.scm (tinyxml)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2016-09-10 20:57:39 +02:00
parent d21047d504
commit 05077200f7
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -879,7 +879,7 @@ (define-public tinyxml
#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)))