From dd596158bb73dc7ff67b11c59345050a077bf37f Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Wed, 5 Apr 2023 17:10:28 +0200 Subject: [PATCH] fix: typo Co-authored-by: Mohammed Keyvanzadeh --- tools/dep_updaters/update-nghttp3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dep_updaters/update-nghttp3.sh b/tools/dep_updaters/update-nghttp3.sh index 181ff6160408a2e..cc140969778d03e 100755 --- a/tools/dep_updaters/update-nghttp3.sh +++ b/tools/dep_updaters/update-nghttp3.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -# Shell script to update http3 in the source tree to a specific version +# Shell script to update nghttp3 in the source tree to a specific version BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd) DEPS_DIR="$BASE_DIR/deps"