[dbscripts,v2,6/8] ftpdir-cleanup: fix typo in a comment ("pacakge")

Message ID 20180218171736.4473-7-lukeshu@lukeshu.com
State Rejected
Headers show
Series PKGEXT fixup | expand

Commit Message

Luke Shumaker Feb. 18, 2018, 5:17 p.m. UTC
From: Luke Shumaker <lukeshu@parabola.nu>

This is based on a patch by Eli Schwartz <eschwartz@archlinux.org>
---
 cron-jobs/ftpdir-cleanup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup
index 20d579f..64d50ef 100755
--- a/cron-jobs/ftpdir-cleanup
+++ b/cron-jobs/ftpdir-cleanup
@@ -65,7 +65,7 @@  for repo in ${PKGREPOS[@]}; do
 	done
 done
 
-# get a list of all available packages in the pacakge pool
+# get a list of all available packages in the package pool
 for f in "$FTP_BASE/${PKGPOOL}"/*${PKGEXT_glob}; do
 	printf '%s\n' "${f##*/}"
 done | sort > "${WORKDIR}/pool"