From c883c2279d4ca7a5efbc8b72cd131b1fc5e22fa2 Mon Sep 17 00:00:00 2001 From: Mason Rowe Date: Tue, 14 Jan 2020 07:56:23 -0500 Subject: [PATCH] Fix typo --- bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/README.md b/bin/README.md index 78626e9..06c9415 100644 --- a/bin/README.md +++ b/bin/README.md @@ -35,7 +35,7 @@ fio static binary will be in current dir ```sh git clone https://github.com/esnet/iperf cd iperf -./configure "LDFLAGS=--static" --disable-shared --diable-profiling +./configure "LDFLAGS=--static" --disable-shared --disable-profiling make ```