From d96158aa2675516d191430a203c070caf13880b2 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 20 May 2025 11:51:02 +0200 Subject: [PATCH] doc/connectivity/networking/api/zperf: Fix typo Just a typo Signed-off-by: Alberto Escolar Piedras --- doc/connectivity/networking/api/zperf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/connectivity/networking/api/zperf.rst b/doc/connectivity/networking/api/zperf.rst index 5ffc7699e4f..3e68decb25f 100644 --- a/doc/connectivity/networking/api/zperf.rst +++ b/doc/connectivity/networking/api/zperf.rst @@ -13,7 +13,7 @@ Overview zperf is a shell utility which allows to generate network traffic in Zephyr. The tool may be used to evaluate network bandwidth. -zperf is compatible with iPerf 2.0.10 and newer. For compatability with older versions, +zperf is compatible with iPerf 2.0.10 and newer. For compatibility with older versions, enable :kconfig:option:`CONFIG_NET_ZPERF_LEGACY_HEADER_COMPAT`. zperf can be enabled in any application, a dedicated sample is also present