From ce07704976b3453ce1a8fd9b48a7aac5f2755d52 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 14 Sep 2024 09:19:15 +0200 Subject: [PATCH] package/libcoap: fix typo in help text Rewrap the whole help text as with the typo fix the line is a bit longer and no longer fits within the limits defined by our check-package coding style checking. Signed-off-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni (cherry picked from commit 08926081d879f03477e3d5f4a326e01be07c0d60) Signed-off-by: Peter Korsgaard --- package/libcoap/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/libcoap/Config.in b/package/libcoap/Config.in index 950aee5279..2bd6b742e9 100644 --- a/package/libcoap/Config.in +++ b/package/libcoap/Config.in @@ -5,9 +5,9 @@ config BR2_PACKAGE_LIBCOAP help libcoap is a C implementation of a lightweight application-protocol for devices that are constrained their - resources such as computing power, RF range, memory, bandwith, - or network packet sizes. This protocol, CoAP, is standardized - by the IETF as RFC 7252. For further information related to - CoAP, see . + resources such as computing power, RF range, memory, + bandwidth, or network packet sizes. This protocol, CoAP, is + standardized by the IETF as RFC 7252. For further + information related to CoAP, see . https://github.com/obgm/libcoap