1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 04:53:27 +00:00

#2065 Spelling mistake

This commit is contained in:
Mitchell Livingston 2009-05-12 13:10:20 +00:00
parent deeeee3d05
commit 6ad1a500a7

View file

@ -661,7 +661,7 @@ tr_sessionInitImpl( void * vdata )
tr_socketListAppend( socketList, &address );
else
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,
socketList );