Fixed typo

Fixed small typo: Attirbutes -> Attributes
pull/797/head
Fabio 2025-04-09 12:23:43 +02:00 committed by GitHub
parent cd04ae5c34
commit 6af7d1daa3
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;