3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: dbus-c++: Fix typo "language".

* gnu/packages/glib (dbus-c++)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 16:36:50 -07:00
parent afe02c1a12
commit add43093ac
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -775,7 +775,7 @@ This package provides the library for GLib applications.")
"#include <errno.h>\n#include <unistd.h>")))))))
(synopsis "D-Bus API for C++")
(description "This package provides D-Bus client API bindings for the C++
programming langauage. It also contains the utility
programming language. It also contains the utility
@command{dbuscxx-xml2cpp}.")
(home-page "https://sourceforge.net/projects/dbus-cplusplus/")
(license license:lgpl2.1+)))