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

@ -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()