]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3: fix typo somehere1 > somewhere1
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>
Tue, 29 Oct 2019 02:05:44 +0000 (19:05 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Oct 2019 07:03:59 +0000 (08:03 +0100)
Closes #4535

docs/HTTP3.md

index a28e36ebe1069af70f3f2d793a17e590c69e2add..2dbd256888f8675d7843840b6dd9f04a4faef228 100644 (file)
@@ -55,7 +55,7 @@ Build ngtcp2
      % git clone https://github.com/ngtcp2/ngtcp2
      % cd ngtcp2
      % autoreconf -i
-     % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix=<somewhere3>
+     % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" --prefix=<somewhere3>
      % make
      % make install