summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Witten2019-03-17 10:20:52 -0700
committerTyler Witten2019-03-17 10:20:52 -0700
commit8c05f4398c202f1dc8ab68967a055b52b34bce71 (patch)
tree82c21d75d3d33a5f7f6d123c0fea73688470dd1a
parent9750421d7f6cac034b8cd0d4d759ca4c2bcb2c63 (diff)
downloadaur-8c05f4398c202f1dc8ab68967a055b52b34bce71.tar.gz
fix typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fd1757727a0..fe9cc334b8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ prepare() {
cd "Sprytile-$pkgver"
echo "Disabling addon updater..."
echo "The addon will throw harmless errors about the updater;"
- echo "However, the it should otherwise function normally."
+ echo "However, the addon should otherwise function normally."
sed -i 's/addon_updater_ops.register(bl_info)/#addon_updater_ops.register(bl_info)/' __init__.py
}