Skip to content

Commit

Permalink
Fix misstyping
Browse files Browse the repository at this point in the history
  • Loading branch information
Simo3ds committed Nov 24, 2024
1 parent ffbd991 commit 707118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/errdisp.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static int ERRF_FormatError(char *out, const ERRF_FatalErrInfo *info, bool isLog
switch (info->type)
{
case ERRF_ERRTYPE_NAND_DAMAGED:
out += sprintf(out, "Il chip della NAND e' danneggiato.\n")
out += sprintf(out, "Il chip della NAND e' danneggiato.\n");
break;
case ERRF_ERRTYPE_CARD_REMOVED:
{
Expand Down

0 comments on commit 707118a

Please sign in to comment.