Skip to content

Commit bbc873c

Browse files
committed
fix a typo
1 parent 1c49944 commit bbc873c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tp_smapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ MODULE_PARM_DESC(debug, "Debug level (0=off, 1=on)");
8888
static struct { u8 rc; char *msg; int ret; } smapi_retcode[] =
8989
{
9090
{0x00, "OK", 0},
91-
{0x53, "SMAPI fuction is not available", -ENXIO},
91+
{0x53, "SMAPI function is not available", -ENXIO},
9292
{0x81, "Invalid parameter", -EINVAL},
9393
{0x86, "Function is not supported by SMAPI BIOS", -EOPNOTSUPP},
9494
{0x90, "System error", -EIO},

0 commit comments

Comments
 (0)