summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriel Lieberman2018-07-19 12:06:17 +0300
committerAriel Lieberman2018-07-19 12:06:17 +0300
commit38d1418d5bcd4871528a537fb8f56864888f96c2 (patch)
tree55285043ee1173454a1984fe1576b497d4bb0b8e
parente27f727702fed5c4ba5ae2734c7ee7a483314fce (diff)
downloadaur-38d1418d5bcd4871528a537fb8f56864888f96c2.tar.gz
fix typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e62eb73a2c1e..407455c9810a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ package() {
#remove Liberation to prevent conflict
find "${pkgdir}" -type f -name "Liberation*" -exec rm "{}" ";"
- #remove other font families but running:
+ #remove other font families buy running:
# find "${pkgdir}" -type f -name "<font-family>*" -exec rm "{}" ";"
}