summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Luntzer2019-09-03 11:21:57 +0200
committerArmin Luntzer2019-09-03 11:21:57 +0200
commitdec200d582fabfb18d834ed60b72bebd6692f8d7 (patch)
tree481f4ada3bff9d5f33d30180b270841d4bf7dc34
parent1b44f3ba558883442d790dae6e30d0681370506e (diff)
downloadaur-dec200d582fabfb18d834ed60b72bebd6692f8d7.tar.gz
fix typo in description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cfb4a1e65bc..ff5081c6a8db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = gtknodes-git
- pkgdesc = A GTK-based library to create functional flow graphs with the ablility to pass arbitrary data between connected elements.
+ pkgdesc = A GTK-based library to create functional flow graphs with the ability to pass arbitrary data between connected elements.
pkgver = 0.1
pkgrel = 2
url = https://github.com/aluntzer/gtknodes
diff --git a/PKGBUILD b/PKGBUILD
index 08f11873f84a..f139a0924a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=gtknodes
pkgver=0.1
pkgrel=2
epoch=
-pkgdesc="A GTK-based library to create functional flow graphs with the ablility to pass arbitrary data between connected elements."
+pkgdesc="A GTK-based library to create functional flow graphs with the ability to pass arbitrary data between connected elements."
arch=('x86_64')
url="https://github.com/aluntzer/$_pkgname"
license=('GPL')