Skip to content

Commit

Permalink
style(server): fix pronounciation
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Feb 13, 2024
1 parent f1a95e4 commit 92c5c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async fn _handle(
stream.set_ttl(20);
let mut connection = ServerConnection::new()?;
let mut request = match connection.solve(stream, peer).await {
Ok(requset) => requset,
Ok(request) => request,
Err(_) => {
return Err(OblivionException::ServerError {
method: "CONNECT".to_string(),
Expand Down

0 comments on commit 92c5c9d

Please sign in to comment.