diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-23 12:12:53 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-23 12:14:09 +0200 |
commit | 62f1e5e04ca087a9af0a7ca802aee617adbb9c9f (patch) | |
tree | 1330dd21eda046b390c427e018109b896ea98952 | |
parent | dev-vcs/fossil: Version Bump (diff) | |
download | gentoo-62f1e5e04ca087a9af0a7ca802aee617adbb9c9f.tar.gz gentoo-62f1e5e04ca087a9af0a7ca802aee617adbb9c9f.tar.bz2 gentoo-62f1e5e04ca087a9af0a7ca802aee617adbb9c9f.zip |
eclass/myspell-r2.eclass: Fix typo in comment.
-rw-r--r-- | eclass/myspell-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass index ebca9c4028ec..954a4b5f0599 100644 --- a/eclass/myspell-r2.eclass +++ b/eclass/myspell-r2.eclass @@ -26,7 +26,7 @@ EXPORT_FUNCTIONS src_unpack src_install # @ECLASS-VARIABLE: MYSPELL_THES # @DESCRIPTION: # Array variable containing list of all thesarus files. -# MYSPELL_HYPH=( "file.dat" "dir/file2.idx" ) +# MYSPELL_THES=( "file.dat" "dir/file2.idx" ) # Basically no extra deps needed. # Unzip is required for .oxt libreoffice extensions @@ -64,7 +64,7 @@ myspell-r2_src_install() { debug-print-function ${FUNCNAME} "$@" local x target - + # Following the debian directory layout here. # DICT: /usr/share/hunspell # THES: /usr/share/mythes |