From 6af7d1daa34b57728acb65d23ec1e4a3a2a37970 Mon Sep 17 00:00:00 2001 From: Fabio <507164+falemagn@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:23:43 +0200 Subject: [PATCH] Fixed typo Fixed small typo: Attirbutes -> Attributes --- src/wolfsftp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wolfsftp.c b/src/wolfsftp.c index 9f9c0b64..763a84c7 100644 --- a/src/wolfsftp.c +++ b/src/wolfsftp.c @@ -5499,7 +5499,7 @@ int wolfSSH_SFTP_RecvSetSTAT(WOLFSSH* ssh, int reqId, byte* data, word32 maxSz) byte* out = NULL; word32 outSz = 0; - char suc[] = "Set Attirbutes"; + char suc[] = "Set Attributes"; char ser[] = "Unable to set attributes error"; char per[] = "Unable to parse attributes error"; char* res = suc; @@ -5581,7 +5581,7 @@ int wolfSSH_SFTP_RecvFSetSTAT(WOLFSSH* ssh, int reqId, byte* data, word32 maxSz) byte* out = NULL; word32 outSz = 0; - char suc[] = "Set Attirbutes"; + char suc[] = "Set Attributes"; char ser[] = "Unable to set attributes error"; char per[] = "Unable to parse attributes error"; char* res = suc;