summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b868bb1973..5f294848074c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = giza-pp-git
- pkgdesc = A statical machine translation toolkit used to train word alignment models
+ pkgdesc = A statistical machine translation toolkit used to train word alignment models
pkgver = r21.228a39b
pkgrel = 1
url = https://github.com/moses-smt/giza-pp
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
+}