summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
commit1ee12c3c6ba8323881a0d5d5e8fb21f5fe26b51e (patch)
treef350bdf31c8ce6d43ca413ca622890ae3bd468a8
parent75118de46631a85dd9be5fcaeae4c3cdc652a9f3 (diff)
downloadguix-1ee12c3c6ba8323881a0d5d5e8fb21f5fe26b51e.tar.gz
gnu: mecab-ipadic: Reduce irony.
* gnu/packages/language.scm (mecab-ipadic)[description]: Fix typo.

Change-Id: I8bf2dc7deb7479f4b8cdb3298cd82089ab67de8a
-rw-r--r--gnu/packages/language.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 0b562bcde9..060f44e3c8 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -1151,7 +1151,7 @@ Corporation.  The engine is independent of any language, dictionary or corpus.")
     (native-inputs (list mecab)); for mecab-config
     (home-page "https://taku910.github.io/mecab")
     (synopsis "Dictionary data for MeCab")
-    (description "This package contains dictionnary data derived from
+    (description "This package contains dictionary data derived from
 ipadic for use with MeCab.")
     (license (license:non-copyleft "mecab-ipadic/COPYING"))))