Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdewaal committed Dec 21, 2023
1 parent 592d9de commit d12b949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/mainserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4418,7 +4418,7 @@ void MainServer::HandleGetFreeInputInfo(PlaybackSock *pbs,
std::vector<InputInfo> freeinputs;
QMap<uint, QSet<uint> > groupids;

// Lopp over each encoder and divide the inputs into busy and free
// Loop over each encoder and divide the inputs into busy and free
// lists.
TVRec::s_inputsLock.lockForRead();
for (auto * elink : qAsConst(*m_encoderList))
Expand Down

0 comments on commit d12b949

Please sign in to comment.