spelling mistake in arguments to build nghttp apps

This commit is contained in:
Soham Sinha 2017-05-22 17:20:30 -04:00 committed by GitHub
parent 7f31278c4c
commit 1743b7d92d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Compiling from source
---------------------
h2load is compiled alongside nghttp2 and requires that the
``--enable-apps`` flag is passed to ``./configure`` and `required
``--enable-app`` flag is passed to ``./configure`` and `required
dependencies <https://github.com/nghttp2/nghttp2#requirements>`_ are
available during compilation. For details on compiling, see `nghttp2:
Building from Git