Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 19, 2023
1 parent 1082ac7 commit c22cc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/http_proxy_client/http_proxy_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ net::awaitable<void> start_http_proxy_client()
co_return;
}

// Usg socket 'sock' do something...
// Using socket 'sock' do something...

co_return;
}
Expand Down
2 changes: 1 addition & 1 deletion example/socks_client/socks_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ net::awaitable<void> start_socks_client()
co_return;
}

// Usg socket 'sock' do something...
// Using socket 'sock' do something...

co_return;
}
Expand Down

0 comments on commit c22cc34

Please sign in to comment.