From 491abb06ce89012d852f4c5ab3aff8f572532611 Mon Sep 17 00:00:00 2001 From: Greg Guthe Date: Tue, 26 Jan 2021 16:57:53 -0500 Subject: [PATCH] fix typo s/vnedoring/vendoring/ --- scripts/vendor_verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vendor_verify.sh b/scripts/vendor_verify.sh index e9abe5e0..cb2243ab 100755 --- a/scripts/vendor_verify.sh +++ b/scripts/vendor_verify.sh @@ -18,7 +18,7 @@ pip --version # Install vendored dependencies into temp directory pip install --no-binary all --no-compile --no-deps -r bleach/_vendor/vendor.txt --target "${DEST}" -# Diff contents of temp directory and bleach/_vendor/ excluding vnedoring +# Diff contents of temp directory and bleach/_vendor/ excluding vendoring # infrastructure echo "diffing directory trees..." diff -r \