Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
´main.rs´ typo (#8629)
Browse files Browse the repository at this point in the history
* Typo

* Update main.rs
  • Loading branch information
niklasad1 authored and 5chdn committed May 15, 2018
1 parent af90fbf commit 8f56606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn take_spec_name_override() -> Option<String> {

#[cfg(windows)]
fn global_cleanup() {
// We need to cleanup all sockets before spawning another Parity process. This makes shure everything is cleaned up.
// We need to cleanup all sockets before spawning another Parity process. This makes sure everything is cleaned up.
// The loop is required because of internal reference counter for winsock dll. We don't know how many crates we use do
// initialize it. There's at least 2 now.
for _ in 0.. 10 {
Expand Down

0 comments on commit 8f56606

Please sign in to comment.