Skip to content

Commit 8a9c0cf

Browse files
committed
fix typo
1 parent 4d65262 commit 8a9c0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/wp-cli-updatedeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ find usr -type f -exec md5sum "{}" ";" > DEBIAN/md5sums || die 7 "md5sum creatio
106106

107107
popd
108108

109-
# build package in the current diretory
109+
# build package in the current directory
110110
WPCLI_PKG="${PWD}/php-wpcli_${WPCLI_VER}_all.deb"
111111
fakeroot dpkg-deb -Zxz --build "$DIR" "$WPCLI_PKG" || die 8 "Packaging failed"
112112

0 commit comments

Comments
 (0)