[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: rust-widestring: Fix typo.
From: |
guix-commits |
Subject: |
04/05: gnu: rust-widestring: Fix typo. |
Date: |
Mon, 23 Sep 2019 16:02:13 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit d654ad066ee4c1727bb4cd3c96ca5aca55ad2b65
Author: Vagrant Cascadian <address@hidden>
Date: Mon Sep 23 12:53:40 2019 -0700
gnu: rust-widestring: Fix typo.
* gnu/packages/crates-io (rust-widestring)[description]: Fix spelling if
"libraries".
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e2a404b..7a0ea03 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))))