Skip to content

Commit 80d5cea

Browse files
authored
Fix typo in FTP screen (#61)
accesed -> accessed
1 parent d253596 commit 80d5cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/menus/menu_ftp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void Menu_DisplayFTP(void) {
4949
if (strlen(ftp_accepted_connection) != 0)
5050
Draw_Text(((320 - Draw_GetTextWidth(0.42f, ftp_accepted_connection)) / 2), 77, 0.42f, WHITE, ftp_accepted_connection);
5151

52-
Draw_Text(((320 - Draw_GetTextWidth(0.42f, "File browser cannot be accesed at this time.")) / 2), 97, 0.42f, WHITE, "File browser cannot be accesed at this time.");
52+
Draw_Text(((320 - Draw_GetTextWidth(0.42f, "File browser cannot be accessed at this time.")) / 2), 97, 0.42f, WHITE, "File browser cannot be accessed at this time.");
5353

5454
if (strlen(ftp_file_transfer) != 0)
5555
Draw_Text(((320 - Draw_GetTextWidth(0.42f, ftp_file_transfer)) / 2), 147, 0.42f, WHITE, ftp_file_transfer);

0 commit comments

Comments
 (0)