Skip to content

Commit 6af7d1d

Browse files
authored
Fixed typo
Fixed small typo: Attirbutes -> Attributes
1 parent cd04ae5 commit 6af7d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wolfsftp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5499,7 +5499,7 @@ int wolfSSH_SFTP_RecvSetSTAT(WOLFSSH* ssh, int reqId, byte* data, word32 maxSz)
54995499
byte* out = NULL;
55005500
word32 outSz = 0;
55015501

5502-
char suc[] = "Set Attirbutes";
5502+
char suc[] = "Set Attributes";
55035503
char ser[] = "Unable to set attributes error";
55045504
char per[] = "Unable to parse attributes error";
55055505
char* res = suc;
@@ -5581,7 +5581,7 @@ int wolfSSH_SFTP_RecvFSetSTAT(WOLFSSH* ssh, int reqId, byte* data, word32 maxSz)
55815581
byte* out = NULL;
55825582
word32 outSz = 0;
55835583

5584-
char suc[] = "Set Attirbutes";
5584+
char suc[] = "Set Attributes";
55855585
char ser[] = "Unable to set attributes error";
55865586
char per[] = "Unable to parse attributes error";
55875587
char* res = suc;

0 commit comments

Comments
 (0)