Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ad2257

Browse files
lpincaRafaelGSS
authored andcommittedSep 26, 2022
tools: fix typo in update-nghttp2.sh
PR-URL: #44664 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 2e77644 commit 2ad2257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/update-nghttp2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -e
3-
# Shell script to update nghttp2 in the source treee to specific version
3+
# Shell script to update nghttp2 in the source tree to specific version
44

55
BASE_DIR="$( pwd )"/
66
DEPS_DIR="$BASE_DIR"deps/

0 commit comments

Comments
 (0)
Please sign in to comment.