gnu: tinyxml: Fix typo in description.

* gnu/packages/xml.scm (tinyxml)[description]: Fix typo.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)))