diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 12:53:40 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 13:01:41 -0700 |
commit | d654ad066ee4c1727bb4cd3c96ca5aca55ad2b65 (patch) | |
tree | bc366a90ce27d8baafcd97b0f681f9003675f320 | |
parent | 028053f295f2ab1653a8bb9aed69c33702eeb1b6 (diff) | |
download | guix-d654ad066ee4c1727bb4cd3c96ca5aca55ad2b65.tar guix-d654ad066ee4c1727bb4cd3c96ca5aca55ad2b65.tar.gz |
gnu: rust-widestring: Fix typo.
* gnu/packages/crates-io (rust-widestring)[description]: Fix spelling if
"libraries".
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e2a404b54d..7a0ea03a67 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4421,7 +4421,7 @@ in Rust.") (synopsis "Wide string Rust FFI library") (description "A wide string Rust FFI library for converting to and from wide strings, -such as those often used in Windows API or other FFI libaries. Both UTF-16 and +such as those often used in Windows API or other FFI libraries. Both UTF-16 and UTF-32 types are provided, including support for malformed encoding.") (license (list license:asl2.0 license:expat)))) |