Skip to content

Commit 35781cb

Browse files
committed
fix a typo in a message
1 parent aa9bf44 commit 35781cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wasi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ wasi_convert_errno(int host_errno)
806806
break;
807807
#endif
808808
default:
809-
xlog_error("Converting unimplemnetd errno: %u", host_errno);
809+
xlog_error("Converting unimplemented errno: %u", host_errno);
810810
wasmerrno = 29; /* EIO */
811811
}
812812
xlog_trace("error converted from %u to %" PRIu32, host_errno,

0 commit comments

Comments
 (0)