summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpanosk2015-10-03 22:36:11 +0300
committerpanosk2015-10-03 22:36:11 +0300
commit14019e6bfa3b67f4073d6f22d87f51b22490a1b8 (patch)
treeb5579403ea4a28be9d014f7b7fbf11f82235ccb9 /PKGBUILD
parent49acafa6e908c21e1721af836dd24fec42f5184f (diff)
downloadaur-14019e6bfa3b67f4073d6f22d87f51b22490a1b8.tar.gz
Fixed typo in description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a911055bb1ea..b45c926144e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=giza-pp
pkgname=giza-pp-git
pkgver=r21.228a39b
pkgrel=1
-pkgdesc='A statical machine translation toolkit used to train word alignment models'
+pkgdesc='A statistical machine translation toolkit used to train word alignment models'
arch=('i686' 'x86_64')
url='https://github.com/moses-smt/giza-pp'
license=('GPL2')
@@ -34,4 +34,4 @@ package() {
install -D "GIZA++-v2/snt2cooc.out" "$install_dir"
install -D "GIZA++-v2/trainGIZA++.sh" "$install_dir"
install -D "mkcls-v2/mkcls" "$install_dir"
-} \ No newline at end of file
+}