Skip to content

Commit

Permalink
Fix small typo/grammar in session.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Elshaw authored and ckerr committed Apr 29, 2023
1 parent 105aa0d commit 4b5b904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtransmission/session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ void tr_session::setSettings(tr_session_settings&& settings_in, bool force)
}

// Sends out announce messages with advertisedPeerPort(), so this
// section neesd be happen here after the peer port settings changes
// section needs to happen here after the peer port settings changes
if (auto const& val = new_settings.lpd_enabled; force || val != old_settings.lpd_enabled)
{
if (val)
Expand Down

0 comments on commit 4b5b904

Please sign in to comment.