From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 29 Oct 2019 02:05:44 +0000 (-0700) Subject: HTTP3: fix typo somehere1 > somewhere1 X-Git-Tag: curl-7_67_0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37aea3c9448f1840ec25ac0c5db20f943923c84d;p=thirdparty%2Fcurl.git HTTP3: fix typo somehere1 > somewhere1 Closes #4535 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index a28e36ebe1..2dbd256888 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -55,7 +55,7 @@ Build ngtcp2 % git clone https://github.com/ngtcp2/ngtcp2 % cd ngtcp2 % autoreconf -i - % ./configure PKG_CONFIG_PATH=/lib/pkgconfig:/lib/pkgconfig LDFLAGS="-Wl,-rpath,/lib" --prefix= + % ./configure PKG_CONFIG_PATH=/lib/pkgconfig:/lib/pkgconfig LDFLAGS="-Wl,-rpath,/lib" --prefix= % make % make install