Skip to content

Commit 7e27b5a

Browse files
authored
chore: fix typo in log message (#817)
1 parent 839a0ad commit 7e27b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discovery/local-discovery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export class LocalDiscovery extends TypedEmitter {
194194
const remoteId = keyToPublicId(remotePublicKey)
195195

196196
this.#log(
197-
`${isInitiator ? 'outgoing' : 'incoming'} secretSteam connection ${
197+
`${isInitiator ? 'outgoing' : 'incoming'} secret stream connection ${
198198
isInitiator ? 'to' : 'from'
199199
} %h`,
200200
remotePublicKey

0 commit comments

Comments
 (0)