diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
commit | 1ee12c3c6ba8323881a0d5d5e8fb21f5fe26b51e (patch) | |
tree | f350bdf31c8ce6d43ca413ca622890ae3bd468a8 /gnu/packages/language.scm | |
parent | 75118de46631a85dd9be5fcaeae4c3cdc652a9f3 (diff) | |
download | guix-1ee12c3c6ba8323881a0d5d5e8fb21f5fe26b51e.tar.gz guix-1ee12c3c6ba8323881a0d5d5e8fb21f5fe26b51e.zip |
gnu: mecab-ipadic: Reduce irony.
* gnu/packages/language.scm (mecab-ipadic)[description]: Fix typo.
Change-Id: I8bf2dc7deb7479f4b8cdb3298cd82089ab67de8a
Diffstat (limited to 'gnu/packages/language.scm')
-rw-r--r-- | gnu/packages/language.scm | 2 |
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")))) |