diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:36:50 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:39 -0700 |
commit | add43093acc0a3ea24df4bb7f61bd10f20d5390d (patch) | |
tree | b0da67e8399d8dcc577df0a08d2fb829fc99cc53 | |
parent | afe02c1a12f33822eda8a697cf3f3f5fea0834d4 (diff) | |
download | patches-add43093acc0a3ea24df4bb7f61bd10f20d5390d.tar patches-add43093acc0a3ea24df4bb7f61bd10f20d5390d.tar.gz |
gnu: dbus-c++: Fix typo "language".
* gnu/packages/glib (dbus-c++)[description]: Fix typo.
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 98b227ca84..7af7c86853 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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+))) |