Skip to content

Commit ef586d1

Browse files
committed
Spelling
1 parent 8928031 commit ef586d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talpid-tunnel/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub struct TunnelArgs<'a, L>
3232
where
3333
L: (Fn(TunnelEvent) -> BoxFuture<'static, ()>) + Send + Clone + Sync + 'static,
3434
{
35-
/// Toktio runtime handle.
35+
/// Tokio runtime handle.
3636
pub runtime: tokio::runtime::Handle,
3737
/// Resource directory path.
3838
pub resource_dir: &'a Path,

0 commit comments

Comments
 (0)