guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: tinyxml: Fix typo in description.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: tinyxml: Fix typo in description.
Date: Tue, 13 Sep 2016 15:58:50 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 05077200f78b5b659985404f807dc749470fb3e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 10 20:57:39 2016 +0200

    gnu: tinyxml: Fix typo in description.
    
    * gnu/packages/xml.scm (tinyxml)[description]: Fix typo.
---
 gnu/packages/xml.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 8e0fe01..e9074db 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]