fix typos

This commit is contained in:
lla-dane
2025-08-26 12:49:33 +05:30
parent 7b2d637382
commit fe3f7adc1b
3 changed files with 9 additions and 9 deletions

View File

@ -376,7 +376,7 @@ class PeerRouting(IPeerRouting):
# Consume the sender's signed-peer-record if sent
if not maybe_consume_signed_record(kad_message, self.host, peer_id):
logger.error(
"Receivedf an invalid-signed-record, dropping the stream"
"Received an invalid-signed-record, dropping the stream"
)
return

View File

@ -116,7 +116,7 @@ def issue_and_cache_local_record(host: IHost) -> bytes:
host.get_addrs(),
host.get_private_key(),
)
# Cache it for nexxt time use
# Cache it for next time use
host.get_peerstore().set_local_record(env)
return env.marshal_envelope()