Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
... → …
wish → want

Change-Id: Iedfd8fcf6cdb56819b80a954d511f83eb2b8e906
  • Loading branch information
ovari committed Dec 2, 2024
1 parent 58df28d commit 9b4b585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ brew install gnutls msgpack-cxx argon2 asio

## Building Instructions

Follow these steps to build DHTNet ( Note: You will need ressources (RAM, CPU) for the build to succeed ):
Follow these steps to build DHTNet (Note: You will need ressources (RAM, CPU) for the build to succeed):

### 1. Clone the DHTNet repository

Expand Down Expand Up @@ -78,4 +78,4 @@ sudo make install

## Contributing

If you encounter issues or wish to contribute to DHTNet's development, please visit the [GitHub repository](https://github.com/savoirfairelinux/dhtnet) for more details on how to get involved.
If you encounter issues or want to contribute to DHTNet's development, please visit the [GitHub repository](https://github.com/savoirfairelinux/dhtnet) for more details on how to get involved.
2 changes: 1 addition & 1 deletion src/security/tls_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ TlsSession::TlsSessionImpl::handleStateEstablished(TlsSessionState state)
if (params_.logger)
params_.logger->e("[TLS] fatal error in recv: %s", gnutls_strerror(ret));
state = TlsSessionState::SHUTDOWN;
} // else non-fatal error... let's continue
} // else non-fatal error let's continue

return state;
}
Expand Down

0 comments on commit 9b4b585

Please sign in to comment.