[PATCH][next] ynl: samples: Fix spelling mistake "failedq" -> "failed"

Colin Ian King posted 1 patch 3 days, 3 hours ago
tools/net/ynl/samples/tc-filter-add.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] ynl: samples: Fix spelling mistake "failedq" -> "failed"
Posted by Colin Ian King 3 days, 3 hours ago
There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/net/ynl/samples/tc-filter-add.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/net/ynl/samples/tc-filter-add.c b/tools/net/ynl/samples/tc-filter-add.c
index 1f9cd3f62df6..97871e9e9edc 100644
--- a/tools/net/ynl/samples/tc-filter-add.c
+++ b/tools/net/ynl/samples/tc-filter-add.c
@@ -207,7 +207,7 @@ static int tc_filter_del(struct ynl_sock *ys, int ifi)
 
 	req = tc_deltfilter_req_alloc();
 	if (!req) {
-		fprintf(stderr, "tc_deltfilter_req_alloc failedq\n");
+		fprintf(stderr, "tc_deltfilter_req_alloc failed\n");
 		return -1;
 	}
 	memset(req, 0, sizeof(*req));
-- 
2.51.0