We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9bf44 commit 35781cbCopy full SHA for 35781cb
lib/wasi.c
@@ -806,7 +806,7 @@ wasi_convert_errno(int host_errno)
806
break;
807
#endif
808
default:
809
- xlog_error("Converting unimplemnetd errno: %u", host_errno);
+ xlog_error("Converting unimplemented errno: %u", host_errno);
810
wasmerrno = 29; /* EIO */
811
}
812
xlog_trace("error converted from %u to %" PRIu32, host_errno,
0 commit comments