We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91dd4c + 2e11e56 commit 8ea0507Copy full SHA for 8ea0507
crates/wasi/src/tun_thr.rs
@@ -97,7 +97,7 @@ impl TunThread {
97
Ok(tap) => tap,
98
Err(_) => {
99
eprintln!("tap open with configure fail. please check config, \
100
- tab mod must be grant the root privileges, if you use macos \
+ tap mod must be grant the root privileges, if you use macos \
101
please install tuntap kext.");
102
return;
103
},
0 commit comments