diff options
author | minskim <minskim@pkgsrc.org> | 2019-12-18 00:47:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2019-12-18 00:47:22 +0000 |
commit | d792ea27078d3de5b91048c2484d7c2c23d94ec8 (patch) | |
tree | e10df68bf4904dfbe12d4df0991f028b907d7b8c /textproc/word2vec | |
parent | 9bcfe4498e83d5fb77bc553202ccb04bc19bddb9 (diff) | |
download | pkgsrc-d792ea27078d3de5b91048c2484d7c2c23d94ec8.tar.gz |
textproc/word2vec: Fix a typo in COMMENT
Diffstat (limited to 'textproc/word2vec')
-rw-r--r-- | textproc/word2vec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/word2vec/Makefile b/textproc/word2vec/Makefile index 65c31549361..c33ba306303 100644 --- a/textproc/word2vec/Makefile +++ b/textproc/word2vec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/12/02 02:00:41 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/18 00:47:22 minskim Exp $ DISTNAME= word2vec-0.1c CATEGORIES= textproc @@ -7,7 +7,7 @@ GITHUB_TAG= 20c129af10659f7c50e86e3be406df663beff438 MAINTAINER= minskim@NetBSD.org HOMEPAGE= https://github.com/tmikolov/word2vec -COMMENT= Tools for computing distributed representtion of words +COMMENT= Tools for computing distributed representation of words LICENSE= apache-2.0 NO_CONFIGURE= yes |