Skip to content

Commit a9bb332

Browse files
committed
Typo
1 parent 634fb4f commit a9bb332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ mod tests {
12841284
.await
12851285
.unwrap();
12861286

1287-
let proy_client_addr = proxy_client.local_addr().unwrap();
1287+
let proxy_client_addr = proxy_client.local_addr().unwrap();
12881288

12891289
tokio::spawn(async move {
12901290
proxy_client.accept().await.unwrap();

0 commit comments

Comments
 (0)