summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-06 19:28:11 -0700
committerMark Wagie2020-12-06 19:28:11 -0700
commit9b1f1403f9e7c4a2ad3fd7607ade9b4a8e3146ac (patch)
treedc07809f2569b1a41b0813cc2d063504aa4afae8
parent726aaecffc92a8195e89059659282fb80d8d09f2 (diff)
downloadaur-9b1f1403f9e7c4a2ad3fd7607ade9b4a8e3146ac.tar.gz
fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56f5d197d95f..07884b2d655c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = sticky-git
optdepends = aspell: spell checking
optdepends = nuspell: spell checking
optdepends = hspell: spell checking
- optdepends = libvoikko: spell checking for Finnish lanuage
+ optdepends = libvoikko: spell checking for Finnish language
provides = sticky
conflicts = sticky
source = git+https://github.com/collinss/sticky.git
diff --git a/PKGBUILD b/PKGBUILD
index aaab695983e5..407a3ae05ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('libappindicator-gtk3: for tray icon'
'aspell: spell checking'
'nuspell: spell checking'
'hspell: spell checking'
- 'libvoikko: spell checking for Finnish lanuage')
+ 'libvoikko: spell checking for Finnish language')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/collinss/sticky.git')