gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 199/222: HTTP3: fix typo somehere1 > somewhere1


From: gnunet
Subject: [gnurl] 199/222: HTTP3: fix typo somehere1 > somewhere1
Date: Thu, 07 Nov 2019 00:11:35 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 37aea3c9448f1840ec25ac0c5db20f943923c84d
Author: Trivikram Kamat <address@hidden>
AuthorDate: Mon Oct 28 19:05:44 2019 -0700

    HTTP3: fix typo somehere1 > somewhere1
    
    Closes #4535
---
 docs/HTTP3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index a28e36ebe..2dbd25688 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=<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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]