Fix typo in doc string

This commit is contained in:
Martchus 2023-01-12 22:53:36 +01:00
parent a541b9ba35
commit bae5779cb3
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ void SyncthingProcess::bufferOutput()
}
/*!
* \brief Terminates all process in the group forcefully and waits until they're gone.
* \brief Terminates all processes in the group forcefully and waits until they're gone.
*/
void SyncthingProcess::handleLeftoverProcesses()
{