diff --git a/BUILD.md b/BUILD.md
index de8281075161298550feaceba422927f7ff55319..e68354ccf055117691aca6c7c9a47eded24fd41d 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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
 
@@ -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.
diff --git a/src/security/tls_session.cpp b/src/security/tls_session.cpp
index 96f8857401dd9c575d301c578e4dea57e7a0f3e7..5110346f3f58f1337f3df18e18009ad5dd96ef6f 100644
--- a/src/security/tls_session.cpp
+++ b/src/security/tls_session.cpp
@@ -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;
 }