From ef0dc47df9d0c344fbbe9e3c4b0baac745e133d4 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 16 Sep 2022 15:28:04 +0200 Subject: [PATCH] tools: fix typo in update-nghttp2.sh PR-URL: https://github.com/nodejs/node/pull/44664 Reviewed-By: Moshe Atlow Reviewed-By: Mohammed Keyvanzadeh --- tools/update-nghttp2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-nghttp2.sh b/tools/update-nghttp2.sh index d7e176d3e1a8ba..5f951b738f7b4f 100755 --- a/tools/update-nghttp2.sh +++ b/tools/update-nghttp2.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -# Shell script to update nghttp2 in the source treee to specific version +# Shell script to update nghttp2 in the source tree to specific version BASE_DIR="$( pwd )"/ DEPS_DIR="$BASE_DIR"deps/