aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Dougherty <crd@acm.org>2019-12-31 23:01:48 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-01-01 00:20:12 +0000
commit8fd8655e06c3b22e4e31e04519f12bbb2c94ad58 (patch)
tree15c9a8e4af8d23e04ed5ec50bedbf3fb08de2227
parent4b1e830f4df8a6cc893c866735e644d9f7a5e221 (diff)
main/doas: fix simple typo in description
Closes !2650
-rw-r--r--main/doas/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/doas/APKBUILD b/main/doas/APKBUILD
index e55a788bf3c..c41758d67b9 100644
--- a/main/doas/APKBUILD
+++ b/main/doas/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=doas
pkgver=6.6
-pkgrel=2
-pkgdesc="OpenBSD's temporary privledge escalation tool"
+pkgrel=3
+pkgdesc="OpenBSD's temporary privilege escalation tool"
url="https://github.com/Duncaen/OpenDoas"
arch="all"
license="BSD"