Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeikong committed Apr 18, 2024
1 parent 00c2b6b commit 2ab56d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ $(nghttp2_static_libs): $(NGHTTP2_VERSION).tar.bz2
$(MAKE) install MAKEFLAGS=

$(CURL_VERSION).tar.gz:
curl -L "https://github.com/curl/curl/archive/$(CURL_VERSION).tar.gz" -o
curl -L "https://github.com/curl/curl/archive/$(CURL_VERSION).tar.gz" \
-o "$(CURL_VERSION).tar.gz"

# Apply the "Chorme version" patches and mark using a dummy file
Expand Down

0 comments on commit 2ab56d9

Please sign in to comment.