nckx pushed a commit to branch master
in repository guix.
commit 3fb6d439fe75210aeb2b28e3bccef7276aedb4f6
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Apr 9 19:49:56 2021 +0200
gnu: nimf: Fix typo in description.
* gnu/packages/language.scm (nimf)[description]: Fix typo.
---
gnu/packages/language.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 5325445..55a1b72 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -197,7 +197,7 @@
(synopsis "Lightweight input method framework")
(description "Nimf is a lightweight, fast and extensible input method
framework. This package provides a fork of the original nimf project, that
-focusses especially on Korean input (Hangul, Hanja, ...).")
+focuses especially on Korean input (Hangul, Hanja, ...).")
(home-page "https://github.com/hamonikr/nimf/")
(license license:lgpl3+)))