commit:     62f1e5e04ca087a9af0a7ca802aee617adbb9c9f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 10:12:53 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 10:14:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f1e5e0

eclass/myspell-r2.eclass: Fix typo in comment.

 eclass/myspell-r2.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/myspell-r2.eclass b/eclass/myspell-r2.eclass
index ebca9c4..954a4b5 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

Reply via email to