mirror of
https://github.com/transmission/transmission
synced 2025-02-03 13:03:50 +00:00
#2065 Spelling mistake
This commit is contained in:
parent
deeeee3d05
commit
6ad1a500a7
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ tr_sessionInitImpl( void * vdata )
|
||||||
tr_socketListAppend( socketList, &address );
|
tr_socketListAppend( socketList, &address );
|
||||||
else
|
else
|
||||||
tr_inf( _( "System does not seem to support IPv6. Not listening on"
|
tr_inf( _( "System does not seem to support IPv6. Not listening on"
|
||||||
"an IPv6 address" ) );
|
" an IPv6 address" ) );
|
||||||
|
|
||||||
session->shared = tr_sharedInit( session, boolVal, session->peerPort,
|
session->shared = tr_sharedInit( session, boolVal, session->peerPort,
|
||||||
socketList );
|
socketList );
|
||||||
|
|
Loading…
Reference in a new issue