Merge pull request #797 from falemagn/patch-1

Fixed typo
pull/798/head
JacobBarthelmeh 2025-04-10 14:31:48 -06:00 committed by GitHub
commit b7418a21a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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;