summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2022-01-15 01:47:00 -0500
committers7hoang2022-01-15 01:47:00 -0500
commit1cf6a0ca6ea21607904d3f3ac7f7426a020ad42c (patch)
tree55e2875db94bcae77afc822c1effc652ed5866d8
parent4aedd8f45930440510317bc3f9fd5499869dd011 (diff)
downloadaur-1cf6a0ca6ea21607904d3f3ac7f7426a020ad42c.tar.gz
typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a9c9cb5d1c1..c82b604df8c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ prepare() {
sed -i "3s/0\.0\.0\.0/${_your_ip_}/" plugins/anki2.1.28/anki-sync-server/__init__.py
sed -i "7s/0\.0\.0\.0/${_your_ip_}/" plugins/nginx/config
- # set current ip address as the server's ip address and chang port
+ # set current ip address as the server's ip address and change port
sed "3s/0\.0\.0\.0/${_your_ip_}/" ankisyncd.conf -i
sed "4s/27701/27702/" ankisyncd.conf -i