nckx pushed a commit to branch master
in repository guix.

commit 8ab5fa53ae04cc73770d008e662a952ddf380df3
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Apr 9 19:49:11 2021 +0200

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

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index cae8a74..5b83844 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -190,7 +190,7 @@ client.")
        ("python" ,python)))             ;needed to run test
     (home-page "https://github.com/fcitx/libime";)
     (synopsis "Library for implementing generic input method")
-    (description "Libime is a library for implmenting various input methods
+    (description "Libime is a library for implementing various input methods
 editors.")
     (license license:lgpl2.1+)))
 

Reply via email to